Welcome

首页 / 脚本样式 / Echarts / Echarts饼状图修改图例legend文字颜色和字体大小

legend: {

                        orient: 'vertical',

                        x: 'right',

                        y: 'bottom',

                        textStyle: { //图例文字的样式

                            color: '#fff',

                            fontSize: 16

                        },

                        data: ['在线', '离线']

                    },