@@ -55,7 +55,10 @@ export default {
},
legend: {
left: '70%',
- top: '15%'
+ top: '15%',
+ textStyle: {
+ color: '#ffffff' // 设置图例字体颜色为红色
+ }
series: [
{
@@ -48,7 +48,10 @@ export default {
trigger: 'item'
- top: 'bottom'
+ top: 'bottom',
@@ -31,7 +31,10 @@ export default {