Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfree/orson-charts-android
A 3D chart library for Android applications.
https://github.com/jfree/orson-charts-android
3d-charts android android-library charts
Last synced: 3 months ago
JSON representation
A 3D chart library for Android applications.
- Host: GitHub
- URL: https://github.com/jfree/orson-charts-android
- Owner: jfree
- License: gpl-3.0
- Created: 2013-11-27T04:10:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T04:59:10.000Z (almost 6 years ago)
- Last Synced: 2024-05-10T22:05:22.534Z (9 months ago)
- Topics: 3d-charts, android, android-library, charts
- Language: Java
- Homepage:
- Size: 814 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orson Charts for Android
========================(C)opyright 2013-2019, by David Gilbert (for Object Refinery Limited)
Overview
--------
Orson Charts for Android is a 3D chart library for the Android(tm) platform that can generate a wide variety of 3D charts for use in mobile apps. Key features include:- multiple chart types: pie charts, bar charts (regular and stacked), line charts, area charts, scatter plots and surface charts;
- a touch-enabled chart viewer provides 360 degree rotation and zooming for precise end-user view control;
- flexible data sources;
- auto-adaptive axis labeling;
- a clean and well-documented API with a high degree of chart configurability.Orson Charts for Android is very easy to use, and includes comprehensive Javadocs. The default license is the GNU GPLv3. An alternative license can be purchased from Object Refinery Limited. The license permits royalty-free redistribution of the Orson Charts for Android binary code.
More Info
---------
You can find out more about Orson Charts for Android at:http://www.object-refinery.com/orsoncharts/android/
If you have any questions, don't hesitate to send a mail to [email protected].
History
-------##### 18-Feb-2019 : Version 1.2 (not yet released)
Opened GitHub repository with code under GNU GPLv3.##### 9-Jan-2014 : Version 1.1
In this maintenance release, we've parameterised the projection distance allowing control over the chart depth, implemented `Parcelable` for `ViewPoint3D` and related classes, and fixed some minor Javadoc and packaging issues.##### 23-Dec-2013 : Version 1.0
This is the first public release of `Orson Charts for Android`, which is based on the Java version of the library (`Orson Charts 1.1`). We welcome your feedback and suggestions.