Commit fcb9c5ee6a3ae047897a4bbab04cb0c1ced3e2d5

Authored by Kuldeep Arora
1 parent 633bbda7a4
Exists in master

monthly fuel chart- month diplay

app/partials/analytics/analytics.controller.js
... ... @@ -346,6 +346,7 @@ angular.module('acufuel')
346 346 chart: {
347 347 type: 'multiBarChart',
348 348 height: 450,
  349 + reduceXTicks: false,
349 350 margin: {
350 351 top: 45,
351 352 right: 20,
... ... @@ -369,6 +370,7 @@ angular.module('acufuel')
369 370 return d3.format(',.1f')(d);
370 371 }
371 372 }
  373 +
372 374 }
373 375 };
374 376 $scope.datamfs = $scope.mfsValues;
... ...
app/partials/dashboard/dashboard.controller.js
... ... @@ -260,6 +260,7 @@
260 260 chart: {
261 261 type: 'multiBarChart',
262 262 height: 450,
  263 + reduceXTicks: false,
263 264 margin: {
264 265 top: 45,
265 266 right: 20,
... ...