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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user