Hello Expert, Mouse-over (tooltip) : I have running application where i plot bar chart (x -string & y -decimal). We would like to add thousand separator Like 6, 234,718 on mouse over . I have tried using parseDecimal() and formatDecimal() . For example Current Mouseover (Tooltip) – $6234718. Looking for – $6, 234,718. I have also tried with hovertemplate, hoverinfo, hovertext kind of JSON tags. Thanks, Amol Salunke
asked
AMOL SALUNKE
2 answers
1
As a workaround I would create a string attribute and fill it with the correct format and show that in the tooltip.
Regards,
Ronald
answered
Ronald Catersels
0
Hi Amol,
I have the same issue, tried with hover but they don’t take effect. were you able to fix this?