Christmas tree props
parent
f67a147b69
commit
126aecb9c1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue