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, data,
axes, axes,
cell, cell,
isFetchingInitially,
isRefreshing,
isGraphFilled,
isBarGraph,
overrideLineColors,
title, title,
onZoom,
queries, queries,
underlayCallback,
showSingleStat,
displayOptions,
ruleValues,
synchronizer,
timeRange, timeRange,
cellHeight, cellHeight,
onZoom, ruleValues,
isBarGraph,
resizeCoords, resizeCoords,
synchronizer,
isRefreshing,
isGraphFilled,
showSingleStat,
displayOptions,
underlayCallback,
overrideLineColors,
isFetchingInitially,
} = this.props } = this.props
const {labels, timeSeries, dygraphSeries} = this._timeSeries const {labels, timeSeries, dygraphSeries} = this._timeSeries
// If data for this graph is being fetched for the first time, show a graph-wide spinner. // If data for this graph is being fetched for the first time, show a graph-wide spinner.