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.
我很困惑为什么我的 Highcharts 图表中的第二个 y 轴显示,但没有任何值。我的两个图表仍然绑定到第一个 y 轴。无法将其中之一归因于第二个 yaxis。这是一个小提琴。
感谢您的任何提示!
图表选项区分大小写。当它应该是“yAxis”时,您指定了“yaxis”。我花了一段时间才发现!
series: [{ yAxis: 1, data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4] },{ yAxis: 0, data: [19.9, 21.5, 6.4, 29.2, 44.0, 76.0, 35.6, 48.5, 16.4, 94.1, 95.6, 54.4] }]