Home Forums Chart Support How to draggable datapoints type scatter

How to draggable datapoints type scatter

Viewing 2 posts - 1 through 2 (of 2 total)
  • #43544

    Hi,
    Canvasjs is a great way to represent the graphs that I’ve encountered.
    While drawing a scatter-type graph, I want to know how to implement the function of moving and fixing the position of each point to another place using mouse click and drag.
    Some of the methods are designed to be implemented only in one x-axis or one y-axis.

    While googling, plugins: {
    dragData: {
    round: 1,
    showTooltip: true,
    dragX: true,
    }
    }
    I’ve learned how to use it, but I need to know the entire code clearly to add the ability to store unnecessary code and changed locations.

    plz help

    • This topic was modified 9 months ago by wjsxkxk1.
    #43557

    Hi wjsxkxk1.

    I’m canvasJS user.

    How about this example?
    Try dragging Data Points to reposition them

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.