@Vishwas
I am integrating with React, and there I dont have
chart.render()
instead
I am using CanvasJSChart component ==> <CanvasJSChart options={options} containerProps={style} />
So, in this case how can I access options.data ? or axisX to change crosshair thickness ?
Thanks in advance.