Add value formatting to charts ($, %, units)#1247
Conversation
🚀 Preview Deployment
Preview will be automatically removed when this PR is closed. |
There was a problem hiding this comment.
All reported issues were addressed across 15 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 3 files (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| : (series.value_format?.suffix ?? ''); | ||
|
|
||
| return ( | ||
| <div key={index} className='flex flex-col gap-2 rounded-md'> |
There was a problem hiding this comment.
Here let's change the display, hide the row by default and only show it when clicked on a "format" icon that would be on the main row of the serie
There was a problem hiding this comment.
Yes that's cleaner, Ok will do!
Summary
%, or any unit (e.g. V, kg, GB) instead of bare numbers.$.$1,000,000) so they no longer clip.Closes #1115