Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

chart library which can edit graph by dragging points?

I'm looking for preferably javascript (but flash would do too) charting library which would be able to render time series as line chart and then allow to drag points in chart to change the underlying data.

I was said that Excel can do exactly the same thing, but I need it on web. No well-known charting library like Highcharts, amCharts, GoogleCharts or dygraphs cand apparently do that - I found some draggable graphs solutions like WireIt or http://radokirov.com/js-graph-editor/ but these are nodes and edges types of graphs not really-usable for chart drawing.

Do you know any ready for use solution to this problem? I don't care whether it's opensource or commercial.

like image 518
MacHala Avatar asked Oct 27 '11 17:10

MacHala


People also ask

What is a drag chart?

Drag-able charts are a special set of charts that allow you to visually manipulate the data on a chart and then submit it back. These charts can be used intensively for simulations, financial planning, etc. Drag-able charts allow you to visually morph the data to update the figures in the chart.


1 Answers

Late response; I might help future visitors, though.

I'm looking for something similar. try: http://www.jqplot.com/deploy/dist/examples/customHighlighterCursorTrendline.html

like image 141
MandoMando Avatar answered Sep 30 '22 18:09

MandoMando