Skip to content

alexrussellbrookes/PEPPERChart

Repository files navigation

PEPPERChart: Basic charting for Android

PEPPERChart is designed to make the construction of charts for Android as straight-forward as possible. It leverages the power of the D3.js library for Android developers, allowing them to quickly create basic chart types. It is especially powerful with time series data. The library has been created for the PEPPER Project which has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement 689810.

Resources

API Wiki

Javadoc

Installing

Add the library to your Android project like this:

Add jitpack to your root build.gradle at the end of repositories:

allprojects {
  repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency to your app gradle.

dependencies {
    implementation 'com.github.alexrussellbrookes:PEPPERChart:v1.1'
}

Examples

PEPPER Dashboard Demo