plotly / dash-slicer

A volume slicer for Dash
https://dash.plotly.com/slicer
MIT License
24 stars 8 forks source link

Allow specifying overlay colors using css color names #20

Open almarklein opened 3 years ago

almarklein commented 3 years ago

There are two parts where we deal with color:

almarklein commented 3 years ago

This is just a matter of having a dictionary that maps color names to hex colors. We can take such a dictionary from e.g. Matplotlib. However, if such a table already exists in Plotly or Dash, that would be much easier.