You must be logged in to post your query.
Home › Forums › Chart Support › how to make axisX striplines draggable
Tagged: striplines
var chart = new CanvasJS.Chart(“container”, { axisX:{ stripLines: [{ . value: $scope.xVal, //dynamic value, mouse observable . }] },
}); chart.render();
Lenaip,
Please check this jsfiddle.
You must be logged in to reply to this topic. Login/Register