title: {
//标题位置
left: 'center', // left的值为'left', 'center', 'right'
top: 'top', // top middle bottom
itemGap: 20, // 主副标题之间的间距,默认为10
text: '标题文本', // 标题文本
// 标题文本样式
textStyle: {
color: '#000', // 颜色
fontStyle: 'normal', // 字体风格,'normal','italic','oblique'
fontWeight: '700', //字体粗细 'normal','bold','bolder','lighter',数值:100-700
fontFamily: 'sans-serif', //字体系列
fontSize: 18 //字体大小
},
//副标题
subtext: '副标题',
//副标题文本样式
subtextStyle: {
color: '#999', //颜色
fontSize: 15 // 字体大小
}
},
ECharts的基本配置-标题配置(title)
最新推荐文章于 2025-02-19 22:53:09 发布