Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 highchart 显示 100 个(或更多)列,但列却很薄。柱子那么近。
我想要这样的东西:
http://lygodactylus-williamsi.galaxyfighter.de/haltung/klima.php
如果您调试您提供的代码并查看它们的图表选项,您会看到没有提供任何自定义图表的选项。唯一的想法是他们的图表没有太多的列,这就是它不薄的原因。
您可以通过执行以下操作来查看选项。
console.log(JSON.stringify(options))
或者,您可以使用dataGrouping自定义要显示的列数。 看看下面的演示。
dataGrouping
没有 dataGrouping 有 dataGrouping