mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
charts: set linear minimum to 0
This commit is contained in:
parent
2349791676
commit
f2bbfd91bb
@ -556,6 +556,11 @@ const Run = function() {
|
|||||||
};
|
};
|
||||||
}();
|
}();
|
||||||
|
|
||||||
|
// For all charts, set miniumum Y to 0
|
||||||
|
Chart.scaleService.updateScaleDefaults('linear', {
|
||||||
|
ticks: { min: 0 }
|
||||||
|
});
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
data: {
|
data: {
|
||||||
|
Loading…
Reference in New Issue
Block a user