Forum Replies Created by mihaela

Viewing 6 posts - 1 through 6 (of 6 total)
  • in 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.

    in reply to: Useing CanvasJS with mousewheel #23380

    Thanks for the example, it is working great.

    in reply to: Useing CanvasJS with mousewheel #23371

    Great example, exactly as needed, thanks!

    Is there an example you can provide for attaching keyboard events? We would like to use keyboard keys as shortcuts for certain operations like zoom in/out or pan left right.

    Thanks again for your excellent support.

    in reply to: stripLines #23249

    Hi Priyanka,

    We also need to be able to move these strip lines so to respond to mouse click events. To make use of the the click event we need to go back to data-series of scatter type as the striplines on axis do not have the click event, si that correct?

    Thanks,
    Mihaela

    in reply to: stripLines #23247

    Hi Priyanka,

    Thanks for the responses. In our application we only need vertical lines and not strips like in your jsfiddle example (basically startValue=endValue) with horizontal labels placed close to the line. I have tried the scatter option but didn’t work very well for this purpose because of labels placement when zooming in, etc. Then I changed to the strpLines option on axisX which worked much better with the only issue that the labels are vertically aligned which makes them harder to read (in this case it is just a marker with a single letter label like ‘P’, doesn’t look good vertical).
    If you can offer any suggestion / workaround it would be highly appreciated.
    Thanks!

    Mihaela

    in reply to: stripLines #23228

    Is there any workaround to rotating the labels back to horizontal, any suggestions on to get around this issue?
    Do you guys have plans to address this in the future releases?

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