-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels overlap #150
Comments
Thanks for reporting. Could you create a live demo? We will check this. Btw, you know you can use Grid Axis in Highcharts, instead of using this plugin, right? See: https://api.highcharts.com/gantt/xAxis.grid (Gantt license required, though). |
@pawelfus the plugin is helpful,xAxis.grid need to think about dimension merging, and there are many problems,we hope highcharts continue to maintain this component |
@mortennajbjerg Please add a live demo and I will check if there is a working workaround for your case. |
Hi @KacperMadej . |
@mortennajbjerg This could be resolved by setting |
Ah – yes that seems to work. Thanks a million @KacperMadej |
I am facing same issues, can you help on https://www.highcharts.com/forum/viewtopic.php?p=193557 on how to use it? |
When it comes to these issues related with placement and rotation, there might be a reasonable workaround which would allow you to solve these pretty easily (I could try to help you with that). Here's an example (modifying the labels.x option): https://jsfiddle.net/zxh52ywb/ Regarding the usage of the xAxis.grid with a non-Gantt chart, this might not be trivial if you want to use this grid with non-Gantt series and non-Gantt yAxis. I have been experimenting with this: https://jsfiddle.net/p0rk7zdm/2/ and it seems like there's no easy way to achieve this without overriding Highcharts internal logic. Please do not hesitate to ask in case you have any more questions about this. |
the level1 labels overlap,i want the level1 can rendered like level0,hide he labels
The text was updated successfully, but these errors were encountered: