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.


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.