[visualize] Change base chart color

This commit is contained in:
Jonathan Budzenski 2016-02-01 14:39:10 -06:00
parent 3bb600336d
commit 5e49edd5f6
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ define(function (require) {
'visualization:colorMapping': {
type: 'json',
value: JSON.stringify({
'Count': '#57c17b'
'Count': '#6eadc1'
}),
description: 'Maps values to specified colors within visualizations'
},

View file

@ -8,8 +8,8 @@ define(function () {
return function SeedColorUtilService() {
return [
'#6eadc1',
'#57c17b',
'#006e8a',
'#6f87d8',
'#663db8',
'#bc52bc',