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