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.1.0.tar.gz
(12.6 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.1.0.tar.gz.
File metadata
- Download URL: dashkit_kiboui-1.1.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7000f90cbbe3649d628858aaec595873112e2f9a8e9762fb125139ef8aadb844
|
|
| MD5 |
92e969777823dda78c6c092f0dbbb8b0
|
|
| BLAKE2b-256 |
ac32f4047001303cebfdaa078396ec5bfbbd390db422d25034dca556907dbeaf
|
File details
Details for the file dashkit_kiboui-1.1.0-py3-none-any.whl.
File metadata
- Download URL: dashkit_kiboui-1.1.0-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 |
eacb72f7248b104b473f351217c3511f343441ae398c11c3b3085137263d4d18
|
|
| MD5 |
99f339ea9f0a134502955574eca011a1
|
|
| BLAKE2b-256 |
2e673d38f64e3790624ac3f6b1a3c7ee8d5e8e71ce1f21b183d73f6ddc6046de
|