getredash/redash

Custom color theme for charts

Open

#2,481 opened on Apr 22, 2018

View on GitHub
 (4 comments) (24 reactions) (0 assignees)Python (4,236 forks)batch import
BackendFrontendVisualizationsenhancementhelp wanted

Repository metrics

Stars
 (24,845 stars)
PR merge metrics
 (Avg merge 6d 17h) (2 merged PRs in 30d)

Description

It's common feedback that users want to have a different set of colors for their charts. We should add an option to customize the color theme. The option will be a global one (and not per user).

If we don't need the color names, then implementing this can be as simple as providing an input box for comma separated list of color hex values in the organization settings page.

(Related: #2476, #2480)

Contributor guide