A basic react useState() hook return, containing the data.
Defines a state, containing the data. This allows in certain situations the library to update the data.
The function can be passed as () => {} in cases where the charting library does not needs
to update the data.
A basic react useState() hook return, containing the data.
Defines a state, containing the data. This allows in certain situations the library to update the data. The function can be passed as
() => {}
in cases where the charting library does not needs to update the data.