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.
是否可以在 High Charts 或 High Stock 中完成 100% 堆积面积图?该图表需要显示一段时间内的数据,并且每个日期的总和必须达到 100%。我已经尝试构建一个 Highstock 面积图,但它确实不是我需要的。
我发现您可以将以下内容添加到图表的绘图选项中
plotOptions: { area: { stacking: 'percent'} }