Column chart labels overlap bars after drilldown #8042
Comments
Thank you for reporting the issue. At the time, there are a couple of changes on the chart: {
events: {
load: function() {
this.redraw()
}
}
} Live example: |
Thanks for the workaround; it is helpful. Any idea when this will make it into the next official version? |
At the time we don't have any specific date of publishing new release, but we should do this within a few weeks. |
Closing since the problem is resolved in the next release candidate version of code. Please reopen if the problem will show up in a next version. |
Sorry for my understatement. I meant that a lot of issues related to your request will be fixed in upcoming release, but at the time still there are some problems with aligning axis labels and my workaround doesn't solve all of them unfortunately, so I reopen this issue and work on complete solution. |
Expected behaviour
On column chart, vertical position of labels should be consistent, and not overlap bars.
Actual behaviour
The vertical position of the labels is a bit quirky. Sometimes they are positioned correctly. Most of the time after a drilldown/drillup, they are too high, and overlap the bars, or too low. If you use the scrollbar at all, the labels will redraw into the correct position.
Is there a way to get the labels to render in the correct position without having to move the scrollbar?
Live demo with steps to reproduce
https://jsfiddle.net/marklofdahl/d3omtjys/
Product version
Highstock 6.0.7
Affected browser(s)
Firefox
Chrome
The text was updated successfully, but these errors were encountered: