diff --git a/frontend/src/components/details/PieChartComponent.jsx b/frontend/src/components/details/PieChartComponent.jsx index bc1f99ed..0e16db6b 100644 --- a/frontend/src/components/details/PieChartComponent.jsx +++ b/frontend/src/components/details/PieChartComponent.jsx @@ -64,7 +64,7 @@ const PieChartComponent = () => { }, responsive: [ { - breakpoint: 2400, + breakpoint: 5000, options: { chart: { height: '300px' diff --git a/frontend/src/components/details/SelectVariableComponent.jsx b/frontend/src/components/details/SelectVariableComponent.jsx index c6088232..495df647 100644 --- a/frontend/src/components/details/SelectVariableComponent.jsx +++ b/frontend/src/components/details/SelectVariableComponent.jsx @@ -48,13 +48,13 @@ class SelectVariableComponent extends Component { */ return ( -