An open API service indexing awesome lists of open source software.

https://github.com/st235/chartio

Lightweight android linear chart library 📈
https://github.com/st235/chartio

android charts hacktoberfest kotlin

Last synced: 12 months ago
JSON representation

Lightweight android linear chart library 📈

Awesome Lists containing this project

README

          

# Chartio

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.st235/chartioview/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.st235/chartioview)

A lightweight linear chart library for Android

## Download me

__Important: library was migrated from JCenter to MavenCentral__

It means that it may be necessary to add __mavenCentral__ repository to your repositories list

```groovy
allprojects {
repositories {
// your repositories

mavenCentral()
}
}
```

- Maven

```text

com.github.st235
chartioview
X.X
pom

```

- Gradle

```text
implementation 'com.github.st235:chartioview:X.X'
```

- Ivy

```text

```

P.S.: Check out latest version code in badge at the top of this page.

## Usage

To integrate charts into projects you should start from xml

```xml

```

## Screens

### License

```text
MIT License

Copyright (c) 2019 - present, Alexander Dadukin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```