【发布时间】:2018-11-07 16:53:41
【问题描述】:
我想打破饼图的图例文本行。
我尝试按照 echarts 网站的文档进行操作,但没有成功。
legend: {
orient: 'vertical',
left: '50%',
top: 'center',
data: mydata['data']['categoriestype'],
textStyle: {
color: '#CAD3DF',
fontSize: '14',
fontFamily: 'Roboto',
rich: {
mychart: {
width: '10'
}
},
},
},
【问题讨论】:
标签: legend line-breaks echarts word-break