att
This commit is contained in:
+10
-1
@@ -93,6 +93,9 @@ var DashRegional = SuperWidget.extend({
|
||||
plugins: { legend: { display: false } },
|
||||
scales: {
|
||||
x: {
|
||||
grid: {
|
||||
display: false
|
||||
},
|
||||
ticks: {
|
||||
autoSkip: false,
|
||||
maxRotation: 22,
|
||||
@@ -103,7 +106,13 @@ var DashRegional = SuperWidget.extend({
|
||||
}
|
||||
}
|
||||
},
|
||||
y: { beginAtZero: true, precision: 0 }
|
||||
y: {
|
||||
beginAtZero: true,
|
||||
precision: 0,
|
||||
grid: {
|
||||
display: false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user