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
When the Brush and AreaChart are rendered, AreaChart is still displaying the whole domain of data regardless of what the Brush is initially set as. Is this the intended behaviour?
I was able to work around it by just calling the handleResetClick() on initial load, but was wondering if there was a better way of accomplishing this.