喵喵時(shí)光機(jī)
2019-02-25 17:23:45
如下的鏈接是echart的demo,我就是想把字體改成宋體或者其他什么別的字體都行,發(fā)現(xiàn)好像如何設(shè)置都不生效,請(qǐng)教~~~謝謝需要把里面的英文先改成漢字http://echarts.baidu.com/echa...
1 回答

慕田峪4524236
TA貢獻(xiàn)1875條經(jīng)驗(yàn) 獲得超5個(gè)贊
series: [{
name: 'Google Trends',
type: 'wordCloud',
size: ['80%', '80%'],
textRotation: [0, 45, 90, -45],
textPadding: 0,
autoSize: {
enable: true,
minSize: 14
},
itemStyle: {
normal: {
textStyle: {
fontFamily: 'Simsun'
}
}
}
}]
多看看文檔有好處。
添加回答
舉報(bào)
0/150
提交
取消