如何设置echarts的标题位置和字体的大小颜色
option = {
title: [
{
left: 'center',
text: '主标题'
},
{
right: '10',
text: '副标题',
textStyle: {
lineHeight: '45',
fontSzie:'16',
color: 'pink'
}
}
],
如何设置echarts的标题位置和字体的大小颜色
option = {
title: [
{
left: 'center',
text: '主标题'
},
{
right: '10',
text: '副标题',
textStyle: {
lineHeight: '45',
fontSzie:'16',
color: 'pink'
}
}
],
本文来源:echarts 设置标题居中 字体样式
本文地址:https://www.ys720.com/jiaocheng/4053.html
版权声明:本文采用[BY-NC-SA]协议进行授权,如无特别说明,转载请注明本文地址!