Merge pull request #2867 from influxdata/fix-single-stat-gauge

Fix Single Stat & Gauge Cells
pull/2865/head^2
lukevmorris 2018-02-27 15:57:30 -08:00 committed by GitHub
commit e5b8889bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ const RefreshingGraph = ({
cellHeight={cellHeight}
prefix={prefix}
suffix={suffix}
inView={inView}
/>
)
}
@ -73,6 +74,7 @@ const RefreshingGraph = ({
cellID={cellID}
prefix={prefix}
suffix={suffix}
inView={inView}
/>
)
}