|
7 | 7 | * LICENSE file in the root directory of this source tree.
|
8 | 8 | */
|
9 | 9 |
|
| 10 | +const colors = [ |
| 11 | + '#009999' /* theme-chart-3 */, |
| 12 | + '#005159' /* theme-chart-2 */, |
| 13 | + '#00004A' /* theme-chart-8 */, |
| 14 | + '#1A747D' /* theme-chart-1 */, |
| 15 | + '#3664C6' /* theme-chart-6 */, |
| 16 | + '#002949' /* theme-chart-4 */, |
| 17 | + '#7353E5' /* theme-chart-10 */, |
| 18 | + '#553BA3' /* theme-chart-9 */, |
| 19 | + '#740089' /* theme-chart-11 */, |
| 20 | + '#BE5925' /* theme-chart-14 */, |
| 21 | + '#4F153D' /* theme-chart-13 */, |
| 22 | + '#C04774' /* theme-chart-12 */, |
| 23 | + '#00237A' /* theme-chart-7 */, |
| 24 | + '#801100' /* theme-chart-15 */, |
| 25 | + '#805800' /* theme-chart-16 */, |
| 26 | + '#5E5E4A' /* theme-chart-17 */, |
| 27 | + '#801100' /* theme-chart-5 */, |
| 28 | +]; |
| 29 | + |
10 | 30 | export default {
|
11 | 31 | themeName: 'brand-light',
|
12 | 32 | theme: {
|
13 |
| - color: [ |
14 |
| - '#00af8e', |
15 |
| - '#0087be', |
16 |
| - '#aa32be', |
17 |
| - '#71758f', |
18 |
| - '#00557c', |
19 |
| - '#4660b4', |
20 |
| - '#94947b', |
21 |
| - '#007362', |
22 |
| - '#dd886a', |
23 |
| - '#909700', |
24 |
| - ], |
| 33 | + color: colors, |
25 | 34 | backgroundColor: 'rgba(0,0,0,0)',
|
26 | 35 | textStyle: {},
|
27 | 36 | title: {
|
@@ -123,18 +132,7 @@ export default {
|
123 | 132 | symbolSize: 4,
|
124 | 133 | symbol: 'circle',
|
125 | 134 | smooth: false,
|
126 |
| - color: [ |
127 |
| - '#00af8e', |
128 |
| - '#0087be', |
129 |
| - '#aa32be', |
130 |
| - '#71758f', |
131 |
| - '#00557c', |
132 |
| - '#4660b4', |
133 |
| - '#94947b', |
134 |
| - '#007362', |
135 |
| - '#dd886a', |
136 |
| - '#909700', |
137 |
| - ], |
| 135 | + color: colors, |
138 | 136 | label: {
|
139 | 137 | color: '#ffffff',
|
140 | 138 | },
|
|
0 commit comments