This commit is contained in:
Max 2020-10-22 13:48:54 +01:00
parent 166757ee3e
commit 2a71340193

View File

@ -31,7 +31,7 @@ async function get_all_data() {
function draw_graph(ySeries, names, colors, div_name) {
var trace = {
type: data.type,
type: ySeries.type,
y: ySeries.data,
x: formatted_datetimes,
text: names.title,