张延森 3 年 前
コミット
d8f122cd64

+ 3
- 0
src/pages/MonitoringScreen/components/MachineryStatus.jsx ファイルの表示

@@ -25,6 +25,9 @@ const colorList = ['#FB9900', '#23E8AE', '#E63404', '#51D4FF', '#B8B2A9', '#C579
25 25
 const defaultOpt = {
26 26
   tooltip: {},
27 27
   grid: {
28
+    top: 20,
29
+    right: 10,
30
+    bottom: 10,
28 31
     left: 10,
29 32
     containLabel: true,
30 33
   },

+ 3
- 0
src/pages/MonitoringScreen/components/MachineryType.jsx ファイルの表示

@@ -26,6 +26,9 @@ const defaultOpt = {
26 26
   tooltip: {},
27 27
   legend: {},
28 28
   grid: {
29
+    top: 20,
30
+    right: 40,
31
+    bottom: 20,
29 32
     left: 10,
30 33
     containLabel: true,
31 34
   },

+ 1
- 0
src/pages/MonitoringScreen/components/WorkArea.jsx ファイルの表示

@@ -18,6 +18,7 @@ const defaultOpt = {
18 18
     {
19 19
       type: 'pie',
20 20
       radius: ['30%', '60%'],
21
+      center: ['40%', '50%'],
21 22
       roseType: 'area',
22 23
       itemStyle: {
23 24
         borderRadius: 5,