Big Number charts should have a `style` formatting option
See original GitHub issueDescription: What is it?
There should be a drop-down option for Big Number type chart which is style
(e.g. if I have 150,000 it would set it to 150K or if I have 1,500,000 I could set it to 1.5M)
Problem: What problem does this solve?
It’s harder to read big numbers that aren’t rounded to a different format.
What: Roughly, what does this look like in the product?
- You can select the
style
from a dropdown menu - Unit options are:
thousands (K)
,millions (M)
,billions (B)
- This option ONLY appears for
numeric
big number fields (it doesn’t appear if you have a date field or a string)
Issue Analytics
- State:
- Created a year ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
4.2 Formatting Charts – Beginning Excel, First Edition
We will demonstrate these formatting techniques using the column chart and ... Click Number from the list of options on the left side...
Read more >Chart formatting options - Microsoft Excel Tutorial - LinkedIn
I'm going to select the entire one first. And go into that Chart Tools header, and drill down into the Format options. Now,...
Read more >Change the format of data labels in a chart - Microsoft Support
To format data labels, select your chart, and then in the Chart Design tab, click Add Chart Element > Data Labels > More...
Read more >Chart Formatting Options - Salesforce Help
Chart Formatting Options ; Text Size, Select a font size for all the text and labels in your chart. The maximum size is...
Read more >Excel Data Bars Conditional Formatting - Contextures
Use conditional formatting to add data bars to cells with numbers. This makes it easy to visually compare numbers, as you would in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In this case, I’m trying to apply the style on top of the format ($) which is already a string.
It sounds like we need to apply style first on the
raw
and then apply the format there. Unless you think they are not compatible /cc @owlasI think this should look like: (for this I need to make a few changes to the current formatValue)
Also, what about percent ? that format is already a bit special
🎉 This issue has been resolved in version 0.89.0 🎉
The release is available on:
0.89.0
Your semantic-release bot 📦🚀