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