I have created a graph with y-axis as project names, my project name is too long so I have already shorted it by using a callback method. My issues is I want to show it once you mouseover on y-axis so sometimes there are no records and it just shows 0 (so no tooltip is shown once you mouseover it).enter image description here

afterEvent: (chart, event, opts) => { }, I have already got the label value I want to show it only when it is at that specific location

0

There are 0 best solutions below