Dockerfile und build_and_copy angepasst

Versionsdatum angepasst
Readme dazu
in chart_utilities in den global opts ein 'useHTML' dazu
This commit is contained in:
2024-12-20 15:39:15 +00:00
parent 78cd1b11d7
commit 3473ebc9a9
5 changed files with 32 additions and 9 deletions
+4
View File
@@ -40,6 +40,7 @@ export function createGlobObtions() {
},
type: 'line',
borderWidth: '2',
useHTML: true,
events: {
selection: function (event) {
if (event.xAxis) {
@@ -67,6 +68,9 @@ export function createGlobObtions() {
borderRadius: 0,
useHTML: true,
},
labels: {
useHTML: true
},
xAxis: {
type: 'datetime',
title: {