Skip to main content

Create interactive html charts

Project description

Create interactive html charts in python powered by js library Apex Charts

installation

pip install pyapex

usage

from pyapex import  Chart

plt  =  Chart(type="candlestick")

plt.set_series([{

"data": [

[1538856000000, 6593.34, 6600, 6582.63, 6600],

[1538856900000, 6595.16, 6604.76, 6590.73, 6593.86]

]

}])

  

plt.set_xaxis({"type": 'datetime'})

plt.show()

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

pyapex-0.0.4.tar.gz (722.8 kB view hashes)

Uploaded Source

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