-
-
Save marcelod/5916a8e745b032683e3117490b700348 to your computer and use it in GitHub Desktop.
Google Chart Colors List
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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