Skip to content

Instantly share code, notes, and snippets.

@rzds
Last active November 22, 2017 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rzds/dd73d3e4df62dbf92a3b to your computer and use it in GitHub Desktop.
Save rzds/dd73d3e4df62dbf92a3b to your computer and use it in GitHub Desktop.
Google Chart Colors List
var googleChartColors = [
'#3366CC', '#DC3912', '#FF9900', '#109618',
'#990099', '#3B3EAC', '#0099C6', '#DD4477',
'#66AA00', '#B82E2E', '#316395', '#994499',
'#22AA99', '#AAAA11', '#6633CC', '#E67300',
'#8B0707', '#329262', '#5574A6', '#3B3EAC'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment