Home Forums Chart Support how to use mutli crosshair in one line

how to use mutli crosshair in one line

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

    var i;
    for (i = ; i < 3; i++) {
    chart1.axisY[0].crosshair.showAt(65.5);
    }

    why this not work??

    #32399

    @javaid,

    showAt method seems to be working fine. Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into your code / chart-options being used, understand the scenario better and help you out?


    Vishwas R
    Team CanvasJS

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

You must be logged in to reply to this topic.