Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddanny/achartengine
Charting library for Android applications. Automatically exported from code.google.com/p/achartengine
https://github.com/ddanny/achartengine
Last synced: 6 days ago
JSON representation
Charting library for Android applications. Automatically exported from code.google.com/p/achartengine
- Host: GitHub
- URL: https://github.com/ddanny/achartengine
- Owner: ddanny
- Created: 2015-11-11T18:59:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T22:21:21.000Z (about 2 years ago)
- Last Synced: 2024-08-13T01:25:36.243Z (4 months ago)
- Language: Java
- Homepage:
- Size: 7.49 MB
- Stars: 759
- Watchers: 55
- Forks: 240
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
- awesome-android - AChartEngine - Charting Engine. (Libraries / Charts)
- awesome-android - AChartEngine - Charting Engine. (Libraries / Charts)
README
# achartengine
Charting library for Android applications. Automatically exported from code.google.com/p/achartengine
AChartEngine is a charting library for Android applications. It currently supports the following chart types:
- line chart
- area chart
- scatter chart
- time chart
- bar chart
- pie chart
- bubble chart
- doughnut chart
- range (high-low) bar chart
- dial chart / gauge
- combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart
- cubic line chart
The model and the graphing code is well optimized such as it can handle and display huge number of values.
AChartEngine is currently at the 1.0.0 release. New chart types will be added in the following releases. Please keep sending your feedback such as we can continually improve this library.
Find us on Facebook, too: http://www.facebook.com/achartengine
A good tutorial can be read here: http://jaxenter.com/effort-free-graphs-on-android-with-achartengine-46199.html
Another good tutorial here: http://www.survivingwithandroid.com/2014/06/android-chart-tutorial-achartengine.html