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.
基于此 AnyChart 示例,我想更新图表,以便
我意识到这种新的图表类型处于测试阶段,因此感谢任何有用的提示。
直接使用 AnyChart API 是不可能的,但您可以轻松计算百分比值。如果我没听错的话,它是一天中花费在这项任务上的时间占一天总工作时间的百分比。
您可以使用以下代码实现所需的结果:
chart.pixPerHour(30); chart.minRowHeight(80);
此功能将在我们即将推出的版本中提供(7.13.0 ETA:2017 年 2 月)