Update Graph

- Change graph
- Update screenshoots
This commit is contained in:
leiweibau
2022-07-16 00:39:07 +02:00
parent c057c3cf1b
commit c0779bb668
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

@@ -19,9 +19,6 @@ function pia_draw_graph_online_history(pia_js_graph_online_history_time, pia_js_
borderColor: "#dd4b39",
fill: true,
backgroundColor: "rgba(222, 74, 56, .6)",
pointStyle: 'circle',
pointRadius: 3,
pointHoverRadius: 3
}]
},
options: {
@@ -51,6 +48,9 @@ function pia_draw_graph_online_history(pia_js_graph_online_history_time, pia_js_
},
stacked: true,
}],
},
tooltips: {
mode: 'index'
}
}
});