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
{{ message }}
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
Yes, I can evaluate to use AreaChart instead of LineChart. At the end, it have all information i need.
Just to be sure, i have a set of measurements and this can be registered by hour, so i will have to use "hour" as tick interval on the X axis. For the Y axis, i dont have a fixed "cap".
For example, one chart can have a cap of 10k, and another can have a cap to 1k. I will use this as "generic" container, so i cant provide a cap.
How i can configure AreaChart to have this behaviour ?
In xAxisTickInterval i can say:
xAxisTickInterval={{unit: 'hour', interval: 2}} ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use
LineChart
with Dates and i've just copied this example but i get the error on issue title.This is a jsfiddle example: https://jsfiddle.net/cnomx3w1/
The text was updated successfully, but these errors were encountered: