可编辑的 javascript 图表 - 交互式调整条形图或饼图部分的大小

发布于 2024-12-07 18:11:11 字数 160 浏览 3 评论 0原文

我需要一个可以绘制图表的库或框架插件,可以通过调整图表本身的一部分大小来实时修改这些图表。有这样的事吗?

我计划用它来调整图表值。主要用于控制金额分配。

例如。您有 4 个小时的时间,有 5 种不同类型的任务。我希望用户能够为每个任务分配时间,并直观地看到对可用时间的影响。

I need a library or a framework plugin that can draw charts that can be modified real-time by resizing part of the chart itself. Is there such thing?

I plan to use it for adjusting the chart values. Mostly for controlling amount allocation.

For example. You have 4 hours and you have 5 distinct types of tasks. I want the user to be able to allocate time for each task and see visually what's the impact on the available time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

丑疤怪 2024-12-14 18:11:11

我认为 Fusion 图表的可视化编辑图表 就是您正在寻找的。

I think Visually Editable Charts of Fusion Charts is what you are looking for.

岁月蹉跎了容颜 2024-12-14 18:11:11

我们使用 http://code.google.com/apis/chart/ 中的各种图表来我们的网络应用程序,它运行得很好。

每次用户更改值时,图表都会加载一次并刷新,并通过 Javascript API 实时更新新数据。

We use various charts from http://code.google.com/apis/chart/ for our web app, and it works great.

The chart are loaded once, and refreshed, each time the user change a value, with new data through their Javascript API in real-time.

素衣风尘叹 2024-12-14 18:11:11

gRaphael 应该是最受欢迎的:

http://g.raphaeljs.com/

我可以推荐 HighCharts:

http://www.highcharts.com/

gRaphael should be the most popular:

http://g.raphaeljs.com/

I can recommend HighCharts:

http://www.highcharts.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文