1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Update the realtime graph as well

This commit is contained in:
Dennis van der Vliet 2013-01-27 18:54:04 +01:00
parent 6fdeb7274b
commit 2e61ed670e

View file

@ -16,6 +16,8 @@ var realtimeGraph = function(updatePath) {
width: 800, width: 800,
height: 200, height: 200,
renderer: 'line', renderer: 'line',
interpolation: 'linear',
series: new Rickshaw.Series.FixedDuration([{ name: 'failed', color: '#B1003E' }, { name: 'processed', color: '#006f68' }], undefined, { series: new Rickshaw.Series.FixedDuration([{ name: 'failed', color: '#B1003E' }, { name: 'processed', color: '#006f68' }], undefined, {
timeInterval: timeInterval, timeInterval: timeInterval,
maxDataPoints: 100, maxDataPoints: 100,