dataLabels issue with zero on a logarithmic axis #6585
Closed
Labels
Comments
Thank you for reporting, I will take a look. |
@pawelfus It doesn't always make sense to draw it on the bottom of the Y axis... http://jsfiddle.net/highcharts/0L0afe16/3/ Maybe we should look for the threshold instead, or the part of the Y axis closest to the threshold || 0. |
You are right, thanks! Threshold will be great (like here: http://jsfiddle.net/0L0afe16/5/ ), I will update the commit (using |
pawelfus
added a commit
that referenced
this issue
Apr 19, 2017
TorsteinHonsi
added a commit
that referenced
this issue
Apr 21, 2017
TorsteinHonsi
added a commit
that referenced
this issue
Oct 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
The data label should be snapped to the x axis, and centered withing its column space.
Actual behaviour
The data label is floating half way through the y axis height, and is not centered
Live demo with steps to reproduce
http://jsfiddle.net/0L0afe16/
Just run it and look at February's Tokyo
Affected browser(s)
Chrome on OSX
The text was updated successfully, but these errors were encountered: