c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Tooltip for y-axis tick #1016

Open murshid2 opened 9 years ago

murshid2 commented 9 years ago

Hi,

Is there any way to have a tooltip for y-axis tick labels?

thanks

ve3 commented 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.

murshid2 commented 9 years ago

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.

masayuki0812 commented 9 years ago

Hi, unfortunately there is not. I think this is a plugin candidate, so please let me mark like that.

ArtsiomYeliseyenka commented 7 years ago

d3.selectAll('.c3-axis-y .tick').on('mouseover', function (i) { // show tooltip code });