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 want to display a label showing the highest and lowest points on a line graph.
Is this possible with Nivo?
For example:
[
{x: 1, y: 99999}, <--- this can show some kind of label on the graph.
{x: 2, y: 100},
{x: 3, y: 1}, <--- this can show some kind of label on the graph.
{x: 4, y: 400}
]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to display a label showing the highest and lowest points on a line graph.
Is this possible with Nivo?
For example:
Beta Was this translation helpful? Give feedback.
All reactions