NiceGUI Highcharts
This package is an extension for NiceGUI, an easy-to-use, Python-based UI framework.
It provides a highchart element based on Highcharts, the popular JavaScript charting library.
Due to Highcharts' restrictive license, this element is not part of the NiceGUI package anymore, but can be install separately.
Installation
python3 -m pip install nicegui-highcharts
Usage
Write your nice GUI in a file main.py:
from nicegui import ui
ui.highchart({
'title': False,
'chart': {'type': 'bar'},
'xAxis': {'categories': ['A', 'B']},
'series': [
{'name': 'Alpha', 'data': [0.1, 0.2]},
{'name': 'Beta', 'data': [0.3, 0.4]},
],
})
ui.run()
NiceGUI recognizes the installation of the nicegui-highcharts package and adds it to the ui namespace.
For more information, see https://nicegui.io/documentation/highchart.
Launch it with:
python3 main.py
Release files for nicegui-highcharts 3.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nicegui_highcharts-3.4.0.tar.gz | 2.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nicegui_highcharts-3.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 MB
Release files / nicegui_highcharts-3.4.0.tar.gz
| Download URL | nicegui_highcharts-3.4.0.tar.gz |
|---|---|
| Size | 2.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6328c63ceab0b7361217e140c360b69c23e5676afa1cec0f7db302ab354907cb
|
|
BLAKE2b-256 checksum How to use checksums |
b94e8d72ac3e0e3e2554c4276da7e1b7c2e5fe9e254036ed36db756ec5273ccd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / nicegui_highcharts-3.4.0-py3-none-any.whl
| Download URL | nicegui_highcharts-3.4.0-py3-none-any.whl |
|---|---|
| Size | 2.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
db8779812a5ab278418f772bab31357012d54495ada3f0acfeedb5b0c0324759
|
|
BLAKE2b-256 checksum How to use checksums |
8a8d91d54ac49585fb4963edbb47c1bba4754af60ccfa46dc3ee12ac623a47ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|