Analoge Eingänge/Messwerteingänge Chart optimieren

This commit is contained in:
ISA
2025-05-05 14:50:12 +02:00
parent 64b1c4228c
commit b2f28efeda
3 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ export default function AnalogInputsChart({
}; };
return ( return (
<div className="w-full h-[400px]"> <div className="w-full h-full">
<Line data={chartData} options={chartOptions} /> <Line data={chartData} options={chartOptions} />
</div> </div>
); );

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/ */
const webVersion = "1.6.362"; const webVersion = "1.6.363";
export default webVersion; export default webVersion;

View File

@@ -26,7 +26,7 @@ function AnalogeEingaenge() {
<div className="flex flex-col gap-3 p-4 h-[calc(100vh-13vh-8vh)]"> <div className="flex flex-col gap-3 p-4 h-[calc(100vh-13vh-8vh)]">
<div className="container mx-auto"> <div className="container mx-auto">
<div className="grid grid-cols-1 md:grid-cols-2 gap-4"> <div className="grid grid-cols-1 md:grid-cols-2 gap-4">
<div className="bg-white shadow-lg rounded-lg p-4 border border-gray-200"> <div className="bg-white rounded-lg p-4 ">
<h2 className="text-xl font-semibold mb-4 text-gray-700"> <h2 className="text-xl font-semibold mb-4 text-gray-700">
Messwerteingänge Messwerteingänge
</h2> </h2>