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/07/17 19:08:16 UTC

[GitHub] rajukiran opened a new issue #8713: How to add new line after title in line chart?

rajukiran opened a new issue #8713: How to add new line after title in line chart?
URL: https://github.com/apache/incubator-echarts/issues/8713
 
 
   Hello,
   
   I would like to add new line after the title, can anyone help me how to i do that?
   Here i'm setting options like,
   option ={
     title: 'test content regarding the line chart'
   }
   Due to title is long, it is coming on top of legends
   tried like,
   option ={
     title: 'test content regarding the line chart \n'
   }
   won't workout...
   
   
   
   Thanks,

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