diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index fdaf13b..213c6f5 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -44,7 +44,7 @@ const LoopMeasurementChart = () => { })), borderColor: "rgba(75, 192, 192, 1)", backgroundColor: "rgba(75, 192, 192, 0.2)", - fill: true, + fill: false, }, { label: "Messwert Maximum (kOhm)", @@ -54,7 +54,7 @@ const LoopMeasurementChart = () => { })), borderColor: "rgba(192, 75, 75, 1)", backgroundColor: "rgba(192, 75, 75, 0.2)", - fill: true, + fill: false, }, ]; @@ -71,7 +71,7 @@ const LoopMeasurementChart = () => { })), borderColor: "rgba(255, 165, 0, 1)", // Orange backgroundColor: "rgba(255, 165, 0, 0.2)", - fill: true, + fill: false, }); } @@ -88,7 +88,7 @@ const LoopMeasurementChart = () => { })), borderColor: "rgba(75, 75, 192, 1)", // Blau backgroundColor: "rgba(75, 75, 192, 0.2)", - fill: true, + fill: false, }); } else if ( selectedMode !== "DIA2" && @@ -102,7 +102,7 @@ const LoopMeasurementChart = () => { })), borderColor: "rgba(75, 75, 192, 1)", // Blau backgroundColor: "rgba(75, 75, 192, 0.2)", - fill: true, + fill: false, }); } diff --git a/config/webVersion.ts b/config/webVersion.ts index b31f774..1719a31 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.71"; +const webVersion = "1.6.72"; export default webVersion;