You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my streamgraph, I’m trying to format population values in the tooltip with commas (e.g., 314199 becomes 314,199) and bold the relevant country name. However, despite using d3.format(',') and HTML tags, the formatting doesn't appear in the tooltip.
Request:
Any advice on how to properly format these values?
Thanks!
The text was updated successfully, but these errors were encountered:
Issue:
In my streamgraph, I’m trying to format population values in the tooltip with commas (e.g., 314199 becomes 314,199) and bold the relevant country name. However, despite using d3.format(',') and HTML tags, the formatting doesn't appear in the tooltip.
Request:
Any advice on how to properly format these values?
Thanks!
The text was updated successfully, but these errors were encountered: