javeiga-iest commented on issue #14727:
URL: https://github.com/apache/echarts/issues/14727#issuecomment-861300478


   
   I have had the same problem on V5, I have been looking at the styleCompat.ts 
class
   
   One option that does work is using rich text, so you can customize the font, 
size, padding ...
   ```
   text:'{value|test}',
   rich: {
       value: {
           align: 'left',
           fontFamily:'impact',
           fontSize:20,
           color: 'red'
       }
   }
   ```
   However, the color still doesn't work with this solution.


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to