fix linter errors

pull/10616/head
Iris Scholten 2018-03-21 17:58:03 -07:00
parent bff0686c81
commit 17375b232f
2 changed files with 0 additions and 3 deletions

View File

@ -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) {

View File

@ -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)