question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Big Number charts should have a `style` formatting option

See original GitHub issue

Description: 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:closed
  • Created a year ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rephuscommented, May 5, 2022

In this case, I’m trying to apply the style on top of the format ($) which is already a string.

image

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

I think this should look like: (for this I need to make a few changes to the current formatValue) image

Also, what about percent ? that format is already a bit special

0reactions
github-actions[bot]commented, May 6, 2022

🎉 This issue has been resolved in version 0.89.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found