ialexei / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

Support for dragging the charts horizontally on holding mouse down #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am implementing a chart similar to the chart range filter example in the 
showcase: http://gwt-charts.appspot.com/

I would like to add a feature where I can drag/move the line chart on mouse 
press, horizontally, and the chart range filter updates the filters 
accordingly. This is similar to the annotated time line in the google charts. 
https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline  

Is there a way to implement the same in the gwt line charts? If yes, any 
suggestions will be helpful.
thanks 

Original issue reported on code.google.com by shri7...@gmail.com on 6 Jun 2013 at 5:44

GoogleCodeExporter commented 8 years ago
Annotated Timeline has been replaced by Annotation Chart.
See https://developers.google.com/chart/interactive/docs/gallery/annotationchart
It's being implemented in issue #51

Original comment by rglafo...@gmail.com on 27 Aug 2014 at 2:41