This commit is contained in:
Max 2020-10-22 13:45:16 +01:00
parent 0d18daeb9c
commit 166757ee3e

View File

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