Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom color theme for charts #2481

Open
arikfr opened this issue Apr 22, 2018 · 4 comments
Open

Custom color theme for charts #2481

arikfr opened this issue Apr 22, 2018 · 4 comments

Comments

@arikfr
Copy link
Member

arikfr commented Apr 22, 2018

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)

@extrobe
Copy link

extrobe commented Feb 26, 2019

It would also be useful to include the ability to adjust the transparency / alpha of the color as well. This is particularly useful on busy plots, such as a scatter or a map

@justinclift
Copy link
Member

justinclift commented Jun 28, 2019

As a general thought, decent looking custom palettes can be programmatically generated (eg use HSV instead of RGB, and distribute values):

    https://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/

Alternatively, Cynthia Brewer's "Color Brewer" can be used to generate good palettes manually:

@brad-natelborg
Copy link

+1 on this. Our client would like to be able to customize color palettes to match their corporate "approved" colors for any publicly available pages. This sounds like it would be an easy way to do it.

I think relatively simple changes like this, although they might be lower priority, provide big wins for usability with customers. Our client, for example, could care less about permissions or technical improvements to redash, but they would love to know when they could customize colors. Don't underestimate the power of small changes like this for clients.

@SilvanAlbin
Copy link

In my personal and work environment, this is an eagerly awaited feature. For this reason, I would be interested to know to what extent this is already being planned. Or is there no planned implementation of different custom color theme for charts?

I would highly appreciate such a feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants