CWS-CTRL commented on issue #18517:
URL: https://github.com/apache/echarts/issues/18517#issuecomment-1512381589

   > The demo cannot run. Please consider adding an empty series.
   > 
   > It's nice to hear that you have figured out the solution. Please consider 
making a pull request!
   
   Sorry, this is an "option", "ellipsis" specifies "%%%"  but gets the default 
value "..."
   ![p9PIxII.png](https://s1.ax1x.com/2023/04/18/p9PIxII.png)
   
   **option = {
     title: {
       text: 'Main Title',
       left: 'center',
       top: 'center',
       textStyle: {
         fontSize: 30,
         width: 100,
         overflow: 'truncate',
         ellipsis: '%%%' 
         //not working
         // docs: Ellipsis to be displayed when overflow is set to truncate.
         //       'truncate' Truncate the overflow lines.
       },
     }
   };**


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to