Chart canvas aeinstellen um alles zu zeigen für Schleifenmessung
This commit is contained in:
@@ -102,7 +102,11 @@ const LoopMeasurementChart: React.FC = () => {
|
|||||||
};
|
};
|
||||||
}, [chartData]);
|
}, [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;
|
export default LoopMeasurementChart;
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.43";
|
const webVersion = "1.6.44";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user