-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new usage charts #2293
base: master
Are you sure you want to change the base?
feat: new usage charts #2293
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
It looks like prettier is failing on this |
Let's wait for the redesign pr (#2298) to get merged and then we can merge this so both are same design and colors |
|
||
const nestLabel = payload.length === 1 && indicator !== "dot"; | ||
const formatValue = (value) => { | ||
if (value >= 1000) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it might be better to update it with value >= 100
.
so that it can show 0.9k
instead of 952
for example.
What does this pull request do? Explain your changes. (required)
Specific updates (required)
How did you test each of these updates (required)
Does this pull request close any open issues?
Screenshots (optional)
Checklist