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