josepalomino123 commented on issue #19495:
URL: https://github.com/apache/echarts/issues/19495#issuecomment-1888760873

   Hello [helgasoft](https://github.com/helgasoft),
   Many thanks. Nevertheless; the **formatter** is very useful, because I can 
display many necessary info in the **tooltip**.
   If I use `formatter: (p) => {return p.value.toLocaleString(); }`, then I can 
_only_ show the **Value**, but not the rest of info (like the **Text**, for 
example).
   Then, If I replace `formatter: '{a} <br/>{b} : {c} ({d}%)'` by `formatter: 
(p) => {return p.value.toLocaleString(); }` the formatter lose all its meaning 
(it is like showing only `formatter: '{c}'`, then I lose the rest of info).


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