You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/03/21 15:38:31 UTC

[GitHub] [incubator-echarts] little-sean commented on issue #9525: 如何把图表中文字大小使用rem控制

little-sean commented on issue #9525: 如何把图表中文字大小使用rem控制
URL: https://github.com/apache/incubator-echarts/issues/9525#issuecomment-602061716
 
 
   how to use this trick, could you give code example, I tried like below,but it didnt work
   ```js
   label: {
            fontSize: '150%',
            fontFamily: 'px  :) Simsun',
    }
   ```
   ```js
   label: {
           fontSize: '150%',
           fontFamily: 'px  Simsun',
   }
   ```

----------------------------------------------------------------
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org