Sfoglia il codice sorgente

style: 颜色修改

outaozhen 4 anni fa
parent
commit
302c9f061d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/pages/Statistic/Software/Usage/index.jsx

+ 2 - 2
src/pages/Statistic/Software/Usage/index.jsx

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