Skip to content

Commit

Permalink
Seconds added in graph raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
jkandasa committed Oct 21, 2015
1 parent 9bb87ac commit f74e3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/package/www/controllers/charts.js
Expand Up @@ -109,7 +109,7 @@ myControllerModule.controller('ChartsController', function($scope, $stateParams,
var yAxisD3Format=',.2f';
var chartLineColor=["#2ca02c","#1f77b4", "#ff7f0e"];
var chartInterpolate= $scope.interpolateType.value;//cardinal
var dateFormatRawData = 'hh:mm a';
var dateFormatRawData = 'hh:mm:ss a';
var dateFormatMinuteData = 'hh:mm a'; //https://docs.angularjs.org/api/ng/filter/date
var dateFormat5MinutesData = 'hh:mm a';
var dateFormatHourData = 'dd-MMM hh:mm a';
Expand Down

0 comments on commit f74e3b7

Please sign in to comment.