mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update Graph
- Change graph - Update screenshoots
This commit is contained in:
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 |
@@ -19,9 +19,6 @@ function pia_draw_graph_online_history(pia_js_graph_online_history_time, pia_js_
|
|||||||
borderColor: "#dd4b39",
|
borderColor: "#dd4b39",
|
||||||
fill: true,
|
fill: true,
|
||||||
backgroundColor: "rgba(222, 74, 56, .6)",
|
backgroundColor: "rgba(222, 74, 56, .6)",
|
||||||
pointStyle: 'circle',
|
|
||||||
pointRadius: 3,
|
|
||||||
pointHoverRadius: 3
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
@@ -51,6 +48,9 @@ function pia_draw_graph_online_history(pia_js_graph_online_history_time, pia_js_
|
|||||||
},
|
},
|
||||||
stacked: true,
|
stacked: true,
|
||||||
}],
|
}],
|
||||||
|
},
|
||||||
|
tooltips: {
|
||||||
|
mode: 'index'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user