|
|
@@ -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',
|