mcx1230 opened a new issue, #17290:
URL: https://github.com/apache/echarts/issues/17290

   ### What problem does this feature solve?
   
   
![image](https://user-images.githubusercontent.com/40031193/176331555-e1536fb7-0e60-482f-aa52-388bca5f7bb8.png)
   
   需要实现一下效果 可以分为三种方案,难度一次递增
   
   1. 在已经实现内容的基础上,实现label文字的水平翻转(需要官方支持新的属性,不能通过transform实现);
   2. bar可以选择开始的方向;
   3. 直接支持这样的两侧布局的样式;
   
   ### What does the proposed API look like?
   
   label: {
      show: true,
      // 新添加API
     mirror:  true, // false
   }


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

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