@@ -72,6 +72,11 @@
},
options: {
scales: {
+ xAxes: [{
+ gridLines: {
+ drawOnChartArea:false
+ }
+ }],
yAxes: [{
ticks: {
beginAtZero: true
@@ -100,6 +105,11 @@
}
}]