I need charts for my application where the user use gesture to redraw the charts in android. Could you suggest any charting API,tool or software which supports.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Mercurial Commit Charts / Graphs [closed]
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
TeeChart for Android supports gestures in "tools", like for example the DragPoint tool enables touch-dragging of chart points. Other tools include Zoom, Scroll, 3D Rotate, tooltips, etc.
http://www.steema.com/entry/63/TeeChart_Java_Chart_for_Android_now_available
Check out AndroidPlot: http://androidplot.com
Like the previous poster said, you'll have to implement the gesture/keypress event handling yourself.
You can take a look at AChartEngine: http://www.achartengine.org
Apache 2 license, open-source and easy to use.
ZingCharts is a javascript library that can be included in an HTML page which was loaded into a WebView. You can pass the data in JSON format to the javascript function. Graphs are animated, interactive, eye-catchy and fast as well. I used evaluation version and it worked well.