xiaohaizhao 1 год назад
Родитель
Сommit
8ef6c9c53b
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      salesPanel/dataOverview/Client/situationAnalysis.js

+ 6 - 1
salesPanel/dataOverview/Client/situationAnalysis.js

@@ -84,8 +84,13 @@ Component({
                     trigger: 'item'
                 },
                 legend: {
+                    type: 'scroll', // Enable scrollable legend
                     bottom: '5%', // Moved legend to the bottom
-                    left: 'center'
+                    left: 'center',
+                    pageIconColor: '#333', // Customize page icon color
+                    pageTextStyle: {
+                        color: '#333' // Customize page text style
+                    }
                 },
                 series: [{
                     type: 'pie',