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:
parent
6fdeb7274b
commit
2e61ed670e
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue