Skip to main content

An app to explore your data through charts based on Highcharts.js

Project description

https://badge.fury.io/py/acdh-django-charts.svg https://travis-ci.org/acdh-oeaw/acdh-django-charts.svg?branch=master https://codecov.io/gh/acdh-oeaw/acdh-django-charts/branch/master/graph/badge.svg

An app to explore your data through charts based on Highcharts.js

Documentation

The full documentation is at https://acdh-django-charts.readthedocs.io.

Quickstart

Install django_charts:

pip install acdh-django-charts

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'charts.apps.ChartsConfig',
    ...
)

Add django_charts’s URL patterns:

from charts import urls as charts_urls


urlpatterns = [
    ...
    url(r'^charts/', include(charts_urls, namespace='charts')),
    ...
]

Build

python setup.py sdist bdist_wheel

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2018-06-01)

  • First release on PyPI.

Project details


Download files

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

Source Distribution

acdh-django-charts-0.1.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

acdh_django_charts-0.1.0-py2.py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 2 Python 3

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