Version: v1.6.204 Build
This commit is contained in:
@@ -136,7 +136,7 @@ const LoopMeasurementChart = () => {
|
|||||||
plugins: {
|
plugins: {
|
||||||
legend: { position: "top" as const },
|
legend: { position: "top" as const },
|
||||||
tooltip: {
|
tooltip: {
|
||||||
yAlign: "bottom", // Tooltip oberhalb des Punktes
|
yAlign: "bottom" as const, // ← explizit casten
|
||||||
mode: "index" as const,
|
mode: "index" as const,
|
||||||
intersect: false,
|
intersect: false,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.203";
|
const webVersion = "1.6.204";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user