Chart canvas aeinstellen um alles zu zeigen für Schleifenmessung
This commit is contained in:
@@ -102,7 +102,11 @@ const LoopMeasurementChart: React.FC = () => {
|
||||
};
|
||||
}, [chartData]);
|
||||
|
||||
return <canvas ref={chartRef} style={{ width: "100%", height: "20rem" }} />;
|
||||
return (
|
||||
<div style={{ position: "relative", width: "100%", height: "400px" }}>
|
||||
<canvas ref={chartRef} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default LoopMeasurementChart;
|
||||
|
||||
Reference in New Issue
Block a user