的
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
#  Androidplot [](https://www.appbrain.com/stats/libraries/details/androidplot/androidplot) [](http://codix.io/gh/repo/halfhp/androidplot) [](https://codecov.io/gh/halfhp/androidplot) [](https://twitter.com/androidplot)
|
||||
|
||||
A library for creating dynamic and static charts in Android apps.
|
||||
|
||||
Androidplot is compatible with all versions of Android from 1.6 onward, works equally with Kotlin and Java codebases
|
||||
and is compatible with Jetpack compose.
|
||||
|
||||
If you enjoy the lib, please [rate us on codix.io](http://codix.io/gh/repo/halfhp/androidplot)!
|
||||
|
||||
<img src="docs/images/screens/fx_vert.png" width="115"> <img src="docs/images/screens/candlestick_vert.png" width="115"> <img src="docs/images/screens/pie_vert.png" width="115"> <img src="docs/images/screens/scatter_vert.png" width="115"> <img src="docs/images/screens/step_vert.png" width="115"> <img src="docs/images/screens/bubble_vert.png" width="115"> <img src="docs/images/screens/bar_vert.png" width="115">
|
||||
|
||||
**Features:**
|
||||
|
||||
* Line Charts
|
||||
* Scatter Charts
|
||||
* Bar Charts
|
||||
* Pie Charts
|
||||
* Step Charts
|
||||
* Candlestick Charts
|
||||
* Bubble Charts
|
||||
* Dynamic plots
|
||||
* Pan & Zoom
|
||||
|
||||
# Usage
|
||||
|
||||
* **[Quickstart](docs/quickstart.md)** :star:
|
||||
* [Full Documentation](docs/index.md)
|
||||
|
||||
# Links
|
||||
|
||||
* [Website](http://androidplot.com)
|
||||
* [Github Repo](https://github.com/halfhp/androidplot)
|
||||
* [Bitbucket Repo](https://bitbucket.org/androidplot/androidplot)
|
||||
* [Demo App (Google Play Store)](https://play.google.com/store/apps/details?id=com.androidplot.demos&hl=en)
|
||||
* [Demo App Soure Code](https://bitbucket.org/androidplot/androidplot/src/1538c5dfa56aed0d2cfdcbc7cdc6173e605543cd/demoapp/?at=master)
|
||||
* [Bugs](https://github.com/halfhp/androidplot/issues) :ant:
|
||||
* [Contributing Source Code](docs/contributing.md)
|
||||
|
||||
# Help
|
||||
Technical questions should be posted using the [androidplot tag](http://stackoverflow.com/questions/tagged/androidplot) on Stack Overflow. For everything else use the [Google Groups forum](https://groups.google.com/d/forum/androidplot).
|
||||
|
||||
# License
|
||||
Androidplot has been made available under the Apache 2.0 license:
|
||||
|
||||
Copyright 2021 Androidplot.com
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
Reference in New Issue
Block a user