mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[visualize] Change base chart color
This commit is contained in:
parent
3bb600336d
commit
5e49edd5f6
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
},
|
||||
|
|
|
@ -8,8 +8,8 @@ define(function () {
|
|||
|
||||
return function SeedColorUtilService() {
|
||||
return [
|
||||
'#6eadc1',
|
||||
'#57c17b',
|
||||
'#006e8a',
|
||||
'#6f87d8',
|
||||
'#663db8',
|
||||
'#bc52bc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue