kilik52 opened a new issue #15997:
URL: https://github.com/apache/echarts/issues/15997


   ### What problem does this feature solve?
   在dataset feature出来之后,所有数据都放在dataset中。 但当以下情况出现时,似乎只靠使用dataset无法实现:
   
   我希望label的position在数值小于某个值的时候,为‘inside', 其余情况为‘right'。 
此时必须通过在data配置项里面填上数据的同时针对每个数据去做配置。 这造成了冗余。
   
   我认为既然数据被放入了dataset,那么data配置项里面所涉及到的所有配置,是不是都应该可以支持回调函数?
   
   ### What does the proposed API look like?
   series-bar.data.label. position = function
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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