fix linter errors
parent
bff0686c81
commit
17375b232f
|
@ -42,7 +42,6 @@ class DisplayOptions extends Component {
|
||||||
staticLegend,
|
staticLegend,
|
||||||
onToggleStaticLegend,
|
onToggleStaticLegend,
|
||||||
onResetFocus,
|
onResetFocus,
|
||||||
queryConfigs,
|
|
||||||
dataLabels,
|
dataLabels,
|
||||||
} = this.props
|
} = this.props
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|
|
@ -268,10 +268,8 @@ class TableGraph extends Component {
|
||||||
} = this.state
|
} = this.state
|
||||||
const {hoverTime, tableOptions, colors} = this.props
|
const {hoverTime, tableOptions, colors} = this.props
|
||||||
const {
|
const {
|
||||||
timeFormat = TIME_FORMAT_DEFAULT,
|
|
||||||
verticalTimeAxis = VERTICAL_TIME_AXIS_DEFAULT,
|
verticalTimeAxis = VERTICAL_TIME_AXIS_DEFAULT,
|
||||||
fixFirstColumn = FIX_FIRST_COLUMN_DEFAULT,
|
fixFirstColumn = FIX_FIRST_COLUMN_DEFAULT,
|
||||||
fieldNames = [TIME_FIELD_DEFAULT],
|
|
||||||
} = tableOptions
|
} = tableOptions
|
||||||
|
|
||||||
const columnCount = _.get(processedData, ['0', 'length'], 0)
|
const columnCount = _.get(processedData, ['0', 'length'], 0)
|
||||||
|
|
Loading…
Reference in New Issue