Merge pull request #2178 from influxdata/tables/vertical-time-axis-default

Set default time axis to vertical
pull/10616/head
Deniz Kusefoglu 2019-01-02 18:58:02 +00:00 committed by GitHub
commit be1ba8a559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ const NEW_VIEW_CREATORS = {
queries: [defaultViewQuery()],
colors: DEFAULT_THRESHOLDS_LIST_COLORS,
tableOptions: {
verticalTimeAxis: false,
verticalTimeAxis: true,
sortBy: DEFAULT_TIME_FIELD,
fixFirstColumn: false,
},