Chart columns overlap X axis #8031
Closed
Comments
Hi @proteamer Thank your for reporting this issue. Internal note: |
The workaround is to set zIndex for xAxis:
Live demo: https://jsfiddle.net/BlackLabel/jjk39ass/ |
ppotaczek
added a commit
that referenced
this issue
Mar 21, 2018
ppotaczek
added a commit
that referenced
this issue
Mar 22, 2018
ppotaczek
added a commit
that referenced
this issue
Apr 6, 2018
This was referenced Apr 6, 2018
TorsteinHonsi
added a commit
that referenced
this issue
Apr 16, 2018
ppotaczek
added a commit
that referenced
this issue
May 7, 2018
TorsteinHonsi
added a commit
that referenced
this issue
May 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've faced with issue when tried set custom xAxis.lineWidth in Highstock chart.
Actual behaviour
When I set
xAxis.lineWidth
to 10 I see that chart columns overlapX
axis. See image bellow:Expected behaviour
I tried to set
xAxis.lineWidth
to 10 in Highcharts chart. It works as expected:Also I figured out that in Highstock v5.0.4 the same example work as expected.
Live demo with steps to reproduce
Highstock v6.0.7 example: https://jsfiddle.net/unlimit/yjjqL44x/ (works with issue)
Highcharts v6.0.7 example: https://jsfiddle.net/unlimit/ycyy7k5m/ (works as expected)
Product version
Highstock v6.0.7
Affected browser(s)
Google Chrome v65, Safari v11.0.2, etc.
The text was updated successfully, but these errors were encountered: