File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33var _ = require ( 'lodash' ) ;
44var times = require ( '../times' ) ;
55
6- var DEFAULT_FOCUS = times . hours ( 4 ) . msecs
6+ var DEFAULT_FOCUS = times . hours ( 3 ) . msecs
77 , WIDTH_SMALL_DOTS = 420
88 , WIDTH_BIG_DOTS = 800
99 , TOOLTIP_TRANS_MS = 100 // milliseconds
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function init ( ) {
3131 , scaleY : 'log'
3232 , showPlugins : ''
3333 , showForecast : 'ar2'
34- , focusHours : 4
34+ , focusHours : 3
3535 , heartbeat : 60
3636 , baseURL : ''
3737 , authDefaultRoles : 'readable'
Original file line number Diff line number Diff line change 149149 </ div >
150150 < ul class ="focus-range ">
151151 < li data-hours ="2 " class ="translate "> 2HR</ li >
152- < li data-hours ="4 " class ="translate "> 4HR </ li >
152+ < li data-hours ="3 " class ="translate "> 3HR </ li >
153153 < li data-hours ="6 " class ="translate "> 6HR</ li >
154154 < li data-hours ="12 " class ="translate "> 12HR</ li >
155155 < li data-hours ="24 " class ="translate "> 24HR</ li >
You can’t perform that action at this time.
0 commit comments