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/01/18 21:01:52 UTC

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

pjar commented on issue #9525: 如何把图表中文字大小使用rem控制
URL: https://github.com/apache/incubator-echarts/issues/9525#issuecomment-455686356
 
 
   Would be a nice feature. It's possible to use percentages. We use that for label, the disadvantage is that the font family will be reset to default one as the generated this way text styles look like this:
   ```style="font: 80% px sans-serif;"```
   
   One trick here would be add your desired font named as `px` :)

----------------------------------------------------------------
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