Home Forums Chart Support how to make axisX striplines draggable

how to make axisX striplines draggable

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

    var chart = new CanvasJS.Chart(“container”, {
    axisX:{
    stripLines: [{ .
    value: $scope.xVal, //dynamic value, mouse observable .
    }]
    },

    });
    chart.render();

    #12698

    Lenaip,

    Please check this jsfiddle.

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

You must be logged in to reply to this topic.