Editable javascript chart - interactively resizing bars or pie sections

I need a library or framework plugin that can draw diagrams that can be changed in real time by resizing the diagram itself. Is there such a thing?

I plan to use it to adjust chart values. Mainly to control the distribution of the amount.

For example. You have 4 hours and you have 5 different types of tasks. I want the user to be able to set aside time for each task and visually see what effect the available time has.

+10
javascript jquery allocation controls charts
source share
4 answers

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

+4
source share

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

The graph is loaded once and updated every time the user changes the value, with new data through his Javascript API in real time.

+1
source share

gRaphael should be the most popular:

http://g.raphaeljs.com/

I can recommend HighCharts:

http://www.highcharts.com/

+1
source share
0
source share

All Articles