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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1be64fc581845d8a2cfe21d29e8083c23080c418253095469c5310bb70a53ea |
|
MD5 | 6b9b506fe277ac43889041739ade08d7 |
|
BLAKE2b-256 | 33d81961e8977a3c3f7ee781d961400343ab06b31151eb3e5ae01e6523bc51dd |