|
@@ -150,7 +150,7 @@ const Usage = () => {
|
|
|
angleField: 'value',
|
|
angleField: 'value',
|
|
|
colorField: 'label',
|
|
colorField: 'label',
|
|
|
radius: 0.9,
|
|
radius: 0.9,
|
|
|
- color: ['#40B7E6', '#49B868'],
|
|
|
|
|
|
|
+ color: ['#40B7E6', '#79CE67'],
|
|
|
interactions: [{ type: 'element-active' }]
|
|
interactions: [{ type: 'element-active' }]
|
|
|
}
|
|
}
|
|
|
const rightConfig = {
|
|
const rightConfig = {
|
|
@@ -159,7 +159,7 @@ const Usage = () => {
|
|
|
angleField: 'value',
|
|
angleField: 'value',
|
|
|
colorField: 'label',
|
|
colorField: 'label',
|
|
|
radius: 0.9,
|
|
radius: 0.9,
|
|
|
- color: ['#40B7E6', '#49B868', '#B8B227', '#B83A35'],
|
|
|
|
|
|
|
+ color: ['#40B7E6', '#79CE67', '#FBD743', '#FB7A53'],
|
|
|
interactions: [{ type: 'element-active' }]
|
|
interactions: [{ type: 'element-active' }]
|
|
|
}
|
|
}
|
|
|
|
|
|