Merge pull request #2867 from influxdata/fix-single-stat-gauge
Fix Single Stat & Gauge Cellspull/2865/head^2
commit
e5b8889bc6
|
@ -55,6 +55,7 @@ const RefreshingGraph = ({
|
||||||
cellHeight={cellHeight}
|
cellHeight={cellHeight}
|
||||||
prefix={prefix}
|
prefix={prefix}
|
||||||
suffix={suffix}
|
suffix={suffix}
|
||||||
|
inView={inView}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -73,6 +74,7 @@ const RefreshingGraph = ({
|
||||||
cellID={cellID}
|
cellID={cellID}
|
||||||
prefix={prefix}
|
prefix={prefix}
|
||||||
suffix={suffix}
|
suffix={suffix}
|
||||||
|
inView={inView}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue