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) {
|
function draw_graph(ySeries, names, colors, div_name) {
|
||||||
var trace = {
|
var trace = {
|
||||||
type: data.type,
|
type: ySeries.type,
|
||||||
y: ySeries.data,
|
y: ySeries.data,
|
||||||
x: formatted_datetimes,
|
x: formatted_datetimes,
|
||||||
text: names.title,
|
text: names.title,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user