Skip to main content

enaml-native-charts package for enaml-native-cli

Project description

# enaml-native-charts
Charts for enaml-native using [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart)


[![enaml-native-charts](https://img.youtube.com/vi/crKQpns_vL8/0.jpg)](https://youtu.be/crKQpns_vL8)


### Installation

Install using the [enaml-native-cli](https://github.com/codelv/enaml-native-cli)
(or pip install and run `enaml-native link`)

```bash

enaml-native install enaml-native-charts

```

Then add `enaml-native-charts` to your `project.json`.

Finally in `main.py` install the chart widgets

```python
from charts.android.factories import install
install()

```

Then import and use in your `view.enaml`

```python

from charts.widgets.api import *

#etc...


```

### Features

Adds the following widgets

- LineChart
- ScatterChart
- PieChart
- BarChart (stacked and regular)

Data is added to a chart using the `DataSet` component.

> Note: Live data updating has not yet been implemented (but I'm working on it)


### Examples

See the [examples](examples/) directory.






Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

enaml_native_charts-1.0.3-py2-none-any.whl (68.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page