ob-ARC opened a new issue #16429:
URL: https://github.com/apache/echarts/issues/16429


   ### What problem does this feature solve?
   
   In a formatter callback function, it is currently not possible to change the 
returned format depending on the axis' state, since it is not known for which 
axis the formatting is requested. Use case: Only show mSecs on a date/time axis 
if the axis is zoomed in enough (i.e. the range is below a certain threshold).
   
   ### What does the proposed API look like?
   
   The solution would simply be to let _getFormattedLabel_ forward "this" (= 
the axis to label) through _leveledformat_ to the user's callback function.


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