Skip to main content

creates live chart.js charts from python

Project description

eelgraph

creates live chart.js charts from python

Example Usage:

import eelgraph
from eelgraph.charts import Doughnut

chart = Doughnut({
    "People who use 4 spaces": 5000,
    "People who use 2 spaces": 50
})

eelgraph.plot(chart, title="Secrets of the Universe")

Installation

python3 setup.py install

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

eelgraph-0.0.2.tar.gz (206.3 kB view hashes)

Uploaded Source

Built Distribution

eelgraph-0.0.2-py3-none-any.whl (205.0 kB view hashes)

Uploaded 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