Fixed some bug in realtime-advanced demo
This commit is contained in:
@ -75,7 +75,7 @@ function stats(e) {
|
||||
heapChart.push(data.heap)
|
||||
mallocsChart.push(data.mallocs)
|
||||
goroutinesChart.push(data.goroutines)
|
||||
if(messagesChart) {
|
||||
if (typeof messagesChart !== 'undefined') {
|
||||
messagesChart.push(data.messages)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user