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.1.tar.gz
(14.8 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.1.tar.gz.
File metadata
- Download URL: dashkit_kiboui-1.1.1.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30f1f9ffa4619cc27f68e9b9c924def6c7c47cb33a08627c7397145ae1fc071f
|
|
| MD5 |
440a55274fc0737b696c66f8b79eba2e
|
|
| BLAKE2b-256 |
16fe2fbd398592c9332b7c543fd6de2d3b9f171f4fde278737dcd825f9ed5c9a
|
File details
Details for the file dashkit_kiboui-1.1.1-py3-none-any.whl.
File metadata
- Download URL: dashkit_kiboui-1.1.1-py3-none-any.whl
- Upload date:
- Size: 18.7 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 |
1ec986c7cc8eeec07df546bf04355cc5d7c6dbb3295252ab4900a45cd1756ae1
|
|
| MD5 |
a33fa9bc453f4d01626023c81f016313
|
|
| BLAKE2b-256 |
f990efc324b7cdd31f232c182425e09cdd402101b0ca62dd7257e2e139c6a5d2
|