最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

jquery - Editable javascript chart - interactively resize bars or pie sections - Stack Overflow

programmeradmin3浏览0评论

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.

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.

Share Improve this question asked Oct 3, 2011 at 22:48 antitoxicantitoxic 3,8441 gold badge39 silver badges46 bronze badges 4
  • Hi, have you found anything worthy? Lot enough charts provide editing support in a form of epxosing certain events, very few - do actually support it. I'm looking for out of box support for dragging control poitns (note, modifying curves using adorners is a different thing). cheers! – user572559 Commented Nov 7, 2011 at 13:39
  • 2 I haven't. May be because it's not very usable. Or there's just none at the moment. EDIT: There is one editable pie chart but only works for mobiles and partly works for webkit browsers. – antitoxic Commented Nov 7, 2011 at 15:44
  • I know is 2018, but.. did you find anything ? :) – Victor Commented Oct 22, 2018 at 9:58
  • @Victor nope :) – antitoxic Commented Oct 23, 2018 at 11:09
Add a ment  | 

4 Answers 4

Reset to default 5

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

We use various charts from http://code.google./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.

gRaphael should be the most popular:

http://g.raphaeljs./

I can remend HighCharts:

http://www.highcharts./

Found a few options: http://jamesalvarez.co.uk/uncategorized/draggable-piechart-js-class and http://www.shodor/interactivate/activities/PieChart/. The first one looks the most promising.

发布评论

评论列表(0)

  1. 暂无评论