sowork commented on issue #6526: 请问如何在title上添加图片或者字体图标(在线demo) URL: https://github.com/apache/incubator-echarts/issues/6526#issuecomment-443147623 @100pah 你好,textStyle下面如果使用rich的话,文档说width才可以使用,我想让标题栏占满,试了一下不行,这是为什么呢? ``` title: { text: "{aaa| 走路数据分析}", textStyle: { rich: { aaa: { "width":"100%", "height":40 } } } } } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
