Is there a way to customize the colors in redash when drawing charts? -


i came across redash , started working on charts. colors totally not attractive. there anyway can customize colors in d3.js? went through source code had file called plotly.js , in had list of colors.

plotly.js

const basecolors = {   blue: '#4572a7',   red: '#aa4643',   green: '#89a54e',   purple: '#80699b',   cyan: '#3d96ae',   orange: '#db843d',   'light blue': '#92a8cd',   lilac: '#a47d7c',   'light green': '#b5ca92',   brown: '#a52a2a',   black: '#000000',   gray: '#808080',   pink: '#ffc0cb',   'dark blue': '#00008b', }; 

can change according our requirement? cannot post original source code huge. here link repo: redash. feel i'm restricted , frustrated using redash. , don't have choice use other libraries.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -