Commit fcb9c5ee6a3ae047897a4bbab04cb0c1ced3e2d5
1 parent
633bbda7a4
Exists in
master
monthly fuel chart- month diplay
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
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; | ... | ... |