I’m trying to display 100 (or more) columns using highchart but getting so thin columns. The columns are so near.
I want something like that:
http://lygodactylus-williamsi.galaxyfighter.de/haltung/klima.php
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you debug the code you provided and see theire chart options, you’ll see that don’t provide any option to customize the chart. The only think is that theire chart doen’t have too many columns, that’s why it’s not thin.
You can see the options by doing the following.
console.log(JSON.stringify(options))Or you can use
dataGroupingto customize how many columns you want to display.Take a look the following demos.
without dataGrouping
with dataGrouping