Update refreshing graph if inView changes (#4756)
parent
d451ca76bb
commit
3bb11ebd7b
|
@ -303,6 +303,7 @@ class RefreshingGraph extends Component<Props> {
|
|||
'templates',
|
||||
'manualRefresh',
|
||||
'timeRange',
|
||||
'inView',
|
||||
]
|
||||
|
||||
const prevVisValues = _.pick(prevProps, visProps)
|
||||
|
|
Loading…
Reference in New Issue