Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dashkit_kiboui-1.1.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

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

Hashes for dashkit_kiboui-1.1.0.tar.gz
Algorithm Hash digest
SHA256 7000f90cbbe3649d628858aaec595873112e2f9a8e9762fb125139ef8aadb844
MD5 92e969777823dda78c6c092f0dbbb8b0
BLAKE2b-256 ac32f4047001303cebfdaa078396ec5bfbbd390db422d25034dca556907dbeaf

See more details on using hashes here.

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

Hashes for dashkit_kiboui-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 eacb72f7248b104b473f351217c3511f343441ae398c11c3b3085137263d4d18
MD5 99f339ea9f0a134502955574eca011a1
BLAKE2b-256 2e673d38f64e3790624ac3f6b1a3c7ee8d5e8e71ce1f21b183d73f6ddc6046de

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page