How to create touch interactive charts for android [closed]

别来无恙 提交于 2019-12-30 04:36:28

问题


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.


回答1:


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.




回答2:


Check out AndroidPlot: http://androidplot.com

Like the previous poster said, you'll have to implement the gesture/keypress event handling yourself.




回答3:


You can take a look at AChartEngine: http://www.achartengine.org

Apache 2 license, open-source and easy to use.




回答4:


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



来源:https://stackoverflow.com/questions/2721580/how-to-create-touch-interactive-charts-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!