You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/03 14:41:33 UTC

[GitHub] [incubator-echarts] dvago commented on issue #12749: Missing Label formatter control of the single variables format

dvago commented on issue #12749:
URL: https://github.com/apache/incubator-echarts/issues/12749#issuecomment-638243376


   Thanks @plainheart it looks a good solution, however I just want to flag something related to the callback you suggested.
   
   Whenever you use the formatter callback within the `MarkPoint` label object the callback params contain an object with keys like `{ value: 120 }` but the same formatter callback inside the `axisLabel` (e.g. in yAxis) returns the value straight away therefore params has a different type, maybe could be worth to have consistency within this 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.

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



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