Home Forums Chart Support stripLines Reply To: stripLines

#23467

Very useful example. Thanks.
For changing the cursor while dragging the stripLine in your fiddle you use
$(this).css(“cursor”,”pointer”)
Is the cursor change in relation with the datapoints or can it be applied to the entire chart regardless of mouse position relative to datapoints, if yes how?
In my application I have trouble getting it to change, but I am not using the scatter datapoints like in your example, just the stripLines on the x axis.