Metadata-Version: 2.4
Name: dash-aggrid-scales
Version: 0.1.0
Summary: Plotly color scales to apply to columns in an AgGrid
Author-email: Elias Dabbas <eliasdabbas@gmail.com>
Requires-Python: >=3.10
Requires-Dist: dash-ag-grid>=31.3.0
Requires-Dist: dash-bootstrap-templates>=1.3.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: plotly==5.24.1
Description-Content-Type: text/markdown

# Dash AgGrid Scales

Plotly color scales for columns in `dash-ag-grid`

This package provides three main scales to highlight values in AgGrid columns. For consistency, the names use the same conventions use by the `plotly.colors` module:

- sequential
- qualitative
- bar

![](grid_with_color_scales.png)
