You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/11/30 09:40:47 UTC

[GitHub] sowork commented on issue #6526: 请问如何在title上添加图片或者字体图标(在线demo)

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org