Open murshid2 opened 9 years ago
Do you mean this? http://s23.postimg.org/4u1jtyhi3/c3js_feature_request_tooltip_line_y_axis.jpg
There is not. I want this too.
I meant, if you hover over the actual y-axis tick labels (like 0, 50, 100, etc. in the chart you posted) a tooltip appears.
Hi, unfortunately there is not. I think this is a plugin candidate, so please let me mark like that.
d3.selectAll('.c3-axis-y .tick').on('mouseover', function (i) { // show tooltip code });
Hi,
Is there any way to have a tooltip for y-axis tick labels?
thanks