我正在尝试通过设置将 echarts 组件的标题居中
title:{
text: "My Title",
textStyle:{
align: "center"
}
}
Run Code Online (Sandbox Code Playgroud)
但它不起作用。
我已经参考了官方文档(https://echarts.apache.org/option.html#title.textStyle.align)。
JSFiddle 链接:http : //jsfiddle.net/jeffersonswartz/y8zs5coq/5/
谢谢。
echarts ×1