Don't apply min: 0 to the small graphs
This commit is contained in:
parent
096c919dd0
commit
53c3c5e556
@ -19,8 +19,7 @@ var smallChartOptions = {
|
|||||||
font: {
|
font: {
|
||||||
color: "#E3E3E3"
|
color: "#E3E3E3"
|
||||||
},
|
},
|
||||||
labelWidth: -10,
|
labelWidth: -10
|
||||||
min: 0
|
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
hoverable: true,
|
hoverable: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user