修改饼图颜色
This commit is contained in:
22
src/utils/colorPalette.js
Normal file
22
src/utils/colorPalette.js
Normal file
@ -0,0 +1,22 @@
|
||||
export default [
|
||||
'#5b8ff9',
|
||||
'#cdddfd',
|
||||
'#61ddaa',
|
||||
'#cdf3e4',
|
||||
'#65789b',
|
||||
'#ced4de',
|
||||
'#f6bd16',
|
||||
'#fcebb9',
|
||||
'#7262fd',
|
||||
'#d3cefd',
|
||||
'#78d3f8',
|
||||
'#d3eef9',
|
||||
'#9661bc',
|
||||
'#decfea',
|
||||
'#f6903d',
|
||||
'#ffe0c7',
|
||||
'#008685',
|
||||
'#bbdede',
|
||||
'#f08bb4',
|
||||
'#ffe0ed',
|
||||
]
|
Reference in New Issue
Block a user