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 details)

Uploaded Source

File details

Details for the file pyapex-0.0.4.tar.gz.

File metadata

  • Download URL: pyapex-0.0.4.tar.gz
  • Upload date:
  • Size: 722.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for pyapex-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f1be64fc581845d8a2cfe21d29e8083c23080c418253095469c5310bb70a53ea
MD5 6b9b506fe277ac43889041739ade08d7
BLAKE2b-256 33d81961e8977a3c3f7ee781d961400343ab06b31151eb3e5ae01e6523bc51dd

See more details on using hashes here.

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