Update
This commit is contained in:
parent
166757ee3e
commit
2a71340193
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user