Christmas tree props

pull/2055/head
Andrew Watkins 2017-09-29 13:32:43 -07:00
parent f67a147b69
commit 126aecb9c1
1 changed files with 12 additions and 11 deletions

View File

@ -47,23 +47,24 @@ class LineGraph extends Component {
data,
axes,
cell,
isFetchingInitially,
isRefreshing,
isGraphFilled,
isBarGraph,
overrideLineColors,
title,
onZoom,
queries,
underlayCallback,
showSingleStat,
displayOptions,
ruleValues,
synchronizer,
timeRange,
cellHeight,
onZoom,
ruleValues,
isBarGraph,
resizeCoords,
synchronizer,
isRefreshing,
isGraphFilled,
showSingleStat,
displayOptions,
underlayCallback,
overrideLineColors,
isFetchingInitially,
} = this.props
const {labels, timeSeries, dygraphSeries} = this._timeSeries
// If data for this graph is being fetched for the first time, show a graph-wide spinner.