rebase branch to master

pull/3030/head
Iris Scholten 2018-03-20 17:29:19 -07:00
parent d4a8cd581b
commit c687984545
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class TableGraph extends Component {
const columnCount = _.get(data, ['0', 'length'], 0)
const rowCount = data.length
const timeFormat = _.get(tableOptions, 'timeFormat', TIME_FORMAT_DEFAULT)
const columnNames = _.get(tableOptions, 'fieldNames', [TIME_FIELD_DEFAULT])
const fieldNames = _.get(tableOptions, 'fieldNames', [TIME_FIELD_DEFAULT])
const fixFirstColumn = _.get(
tableOptions,
'fixFirstColumn',