Closed Piero87 closed 6 years ago
Show an example code. And attach dependencies.
@Piero87
The solution to this problem is add minHeight
<TabPanel>
<div style={{ minHeight: 800 }}>
<ReactHighcharts config={config} ref="chart" > </ReactHighcharts>
</div>
</TabPanel>
<TabPanel>
<div style={{ minHeight: 800 }}>
<ReactHighcharts config={config} ref="chart" > </ReactHighcharts>
</div>
</TabPanel>
This is an example with this problem https://stackblitz.com/edit/react-highcharts-react-tabs-scroll-problem?file=TabsExample.js
This is a corrected example https://stackblitz.com/edit/fix-react-highcharts-react-tabs-scroll-problem?file=TabsExample.js
Hi, I am using react-highcharts with react-tabs, and when i click a tab that contain an highchart the window scroll to top, any idea?