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
I am trying to use the gux-visualization, and the tooltips inside it, seemed to render numbers without separator (for example 1200 instead of 1,200). I fiddled around and found that I can pass a d3 formatter to the visualizationSpec inside the tooltip but looks like I need to pass strings like ',d' which as you can imagine is not localizable. Is there any way that I can get the numbers localized?
The text was updated successfully, but these errors were encountered:
shrihari-prakash
changed the title
Localizing numbers in gux-visualization tooltips?
Localizing numbers in gux-visualization tooltips?
Oct 10, 2024
Hello Spark Team,
I am trying to use the
gux-visualization
, and the tooltips inside it, seemed to render numbers without separator (for example 1200 instead of 1,200). I fiddled around and found that I can pass a d3 formatter to thevisualizationSpec
inside the tooltip but looks like I need to pass strings like ',d' which as you can imagine is not localizable. Is there any way that I can get the numbers localized?The text was updated successfully, but these errors were encountered: