no message
This commit is contained in:
@@ -109,17 +109,6 @@
|
||||
|
||||
xAxis: {
|
||||
type: "datetime",
|
||||
plotLines: [{
|
||||
color: "#ef4444",
|
||||
width: 2,
|
||||
value: nowMs,
|
||||
dashStyle: "Dash",
|
||||
label: {
|
||||
text: "JETZT",
|
||||
align: "right",
|
||||
style: { color: "#ef4444", fontWeight: "700" }
|
||||
}
|
||||
}]
|
||||
},
|
||||
|
||||
yAxis: {
|
||||
@@ -177,14 +166,11 @@
|
||||
if (!chart) {
|
||||
chart = Highcharts.chart("chart", options);
|
||||
} else {
|
||||
chart.update({
|
||||
xAxis: { plotLines: options.xAxis.plotLines }
|
||||
}, false);
|
||||
|
||||
chart.series[0].setData(forecast, false);
|
||||
chart.series[1].setData(actual, false);
|
||||
chart.redraw();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
(async () => {
|
||||
|
||||
Reference in New Issue
Block a user