Contribution graph components for Dash with native theming support
Project description
dashkit_kiboui
Contribution graph components for Dash (GitHub-like heatmap calendar and blocks).
Install
pip install dashkit_kiboui
Usage
from dash import Dash, html
from dashkit_kiboui import ContributionGraph
app = Dash(__name__)
data = [
{"date": "2025-01-01", "count": 1},
{"date": "2025-01-02", "count": 5},
]
app.layout = html.Div(
ContributionGraph(id="cg", data=data)
)
if __name__ == "__main__":
app.run(debug=True)
License
MIT
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
dashkit_kiboui-1.0.4.tar.gz
(12.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dashkit_kiboui-1.0.4.tar.gz.
File metadata
- Download URL: dashkit_kiboui-1.0.4.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2b62b7348b4bb444c282e49a223280e004e414d08881916c4385fc8e4e4a65e
|
|
| MD5 |
e6e1e8082ca07b4a6dabbae1aea43ea7
|
|
| BLAKE2b-256 |
9de57cb422ff40b22c08da8a2a286235cba786449126aa8f05987c6418305fe6
|
File details
Details for the file dashkit_kiboui-1.0.4-py3-none-any.whl.
File metadata
- Download URL: dashkit_kiboui-1.0.4-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
768a09d3febda6fc897dfdfe237aec8afa7260f72502121107f415fb10adbfb7
|
|
| MD5 |
14b5e17cb5ba2f7eb86a06920e644b52
|
|
| BLAKE2b-256 |
ab328466689b0994840c21d483a829b467bd8fa9bcccee3abada7a8458d5c589
|