Home Forums Chart Support Hover on hidded bar Reply To: Hover on hidded bar

#22856

@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.