rebase branch to master
parent
d4a8cd581b
commit
c687984545
|
@ -135,7 +135,7 @@ class TableGraph extends Component {
|
||||||
const columnCount = _.get(data, ['0', 'length'], 0)
|
const columnCount = _.get(data, ['0', 'length'], 0)
|
||||||
const rowCount = data.length
|
const rowCount = data.length
|
||||||
const timeFormat = _.get(tableOptions, 'timeFormat', TIME_FORMAT_DEFAULT)
|
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(
|
const fixFirstColumn = _.get(
|
||||||
tableOptions,
|
tableOptions,
|
||||||
'fixFirstColumn',
|
'fixFirstColumn',
|
||||||
|
|
Loading…
Reference in New Issue