mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Adjust chartjs linkQuality graph
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// Link quality gauge for ChartJS
|
||||
// console.log(linkQ);
|
||||
|
||||
// Support for dark terminal theme
|
||||
theme = getCookie('theme');
|
||||
@@ -27,6 +26,7 @@ let config = {
|
||||
type: 'doughnut',
|
||||
data: data1,
|
||||
options: {
|
||||
aspectRatio: 2,
|
||||
responsive: true,
|
||||
tooltips: {enabled: false},
|
||||
hover: {mode: null},
|
||||
|
Reference in New Issue
Block a user