累积值图表
我正在寻找一个可以呈现累积值的图表库。
例如,我有以下列表:
- 一月:50
- 二月:150
- 三月:25
我需要图表来绘制一月的 50、二月的 200 (50+150) 和三月的 225 (50+150+25)。
我意识到我的示例非常简单,但在现实生活中它可能会变得更加复杂,涉及过滤或分组。这就是为什么我希望找到一个具有预构建函数的库。
I am looking for a charting library that renders cumulative values.
For example, I have this list:
- January: 50
- February: 150
- March: 25
I need the chart to plot 50 for January, 200 (50+150) for February, and 225 (50+150+25) for March.
I realize that my example is very simple, but in real life it can become more complicated, involving filtering or grouping. That's why I am hoping to find a library with prebuilt functions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 TufteGraph,您可以通过函数轻松自定义输入。
Take a look at TufteGraph, you can easily customized the inputs through a function.