Fisheye: Tag bf27fc1b52ff31029166ff63dac3911e6fdfce00 refers to a dead (removed) revision in file `lams_flash/src/central/flex/TimeChart/src/org/lamsfoundation/lams/business/WDDXParser.as'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_flash/src/central/flex/TimeChart/src/org/lamsfoundation/lams/views/Chart_functions.as =================================================================== diff -u -rf6dafb83f9dc6236b4243b5dce063898846424f7 -rbf27fc1b52ff31029166ff63dac3911e6fdfce00 --- lams_flash/src/central/flex/TimeChart/src/org/lamsfoundation/lams/views/Chart_functions.as (.../Chart_functions.as) (revision f6dafb83f9dc6236b4243b5dce063898846424f7) +++ lams_flash/src/central/flex/TimeChart/src/org/lamsfoundation/lams/views/Chart_functions.as (.../Chart_functions.as) (revision bf27fc1b52ff31029166ff63dac3911e6fdfce00) @@ -76,10 +76,11 @@ //Find The Hours var Hours:Number = (value/3600); - if(Hours > 1) + if(Hours > 1) { formatStr += Hours.toFixed(0) + " " + dictionary.getLabel('chart.time.format.hours') + " "; - - if(Minutes > 1) formatStr += Number(Minutes).toFixed(1) + " " + dictionary.getLabel('chart.time.format.minutes') + " "; + formatStr += (Minutes - (Math.floor(Hours)*60)).toFixed(1) + + " " + dictionary.getLabel('chart.time.format.minutes') + " "; + } else if(Minutes > 1) formatStr += Minutes.toFixed(1) + " " + dictionary.getLabel('chart.time.format.minutes') + " "; else formatStr += Seconds + " " + dictionary.getLabel('chart.time.format.seconds'); return formatStr; Index: lams_monitoring/web/TimeChart.swf =================================================================== diff -u -r43e5486dabc74699edd8075c6259777848f5e050 -rbf27fc1b52ff31029166ff63dac3911e6fdfce00 Binary files differ