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 2019/04/17 09:45:38 UTC

[GitHub] [incubator-echarts] aloehh removed a comment on issue #8388: title中rich到底该怎么使用呢?

aloehh removed a comment on issue #8388: title中rich到底该怎么使用呢?
URL: https://github.com/apache/incubator-echarts/issues/8388#issuecomment-484015089
 
 
   title rich是有用的
   ` title: {
           text: "{aaa| 走路数据分析}",
           textStyle: {
               rich: {
                   aaa: {
                       height:40,
                       color: 'red',
                       fontWeight: 600,
                       fontSize: 20,
                       backgroundColor: '#ccc',
                       align: 'center',
                       
                       } 
                   }
               }
           },`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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