You must be logged in to post your query.
Home › Forums › StockChart Support › Highlight data points
Is there any way to fade/highlight data points in chart when hover on chart data grid in React.
file://C:/Users/Sandeep/Desktop/highlight-chart-01.png
file://C:/Users/Sandeep/Desktop/highlight-chart-02.png
@sandeep-sharma2,
The images shared above seems to be broken. Can you kindly upload the images to imgur and share it with us so that we can understand your scenario better and help you out?
—- Manoj Mohan Team CanvasJS
Thanks @Manoj, please find below image
Image 1 Image 2
You can highlight the dataPoint without toolTip on hovering over dataPoint by setting the toolTipContent for the dataSeries to null. Please take a look at this StackBlitz example for highlighting dataPoint on hovering over another chart.
You must be logged in to reply to this topic. Login/Register