Logical health graph ranges (#7992)

This commit is contained in:
Roy Orbitson 2024-10-25 23:06:28 +10:30 committed by GitHub
parent 234f256462
commit 301052443b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -372,6 +372,7 @@
return d3.time.format(dtformat)(new Date(d))
});
chart.yAxis.axisLabel(data["y-axis_label"]);
chart.forceY([0]);
chart.useInteractiveGuideline(true);
chart.interactive(true);