Skip to content

Commit

Permalink
fix(ui): use '_value' as default histogram column selection
Browse files Browse the repository at this point in the history
  • Loading branch information
chnn committed Jun 7, 2019
1 parent c2743fc commit b75392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/shared/utils/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const NEW_VIEW_CREATORS = {
queries: [],
type: ViewType.Histogram,
shape: ViewShape.ChronografV2,
xColumn: null,
xColumn: '_value',
xDomain: null,
xAxisLabel: '',
fillColumns: null,
Expand Down

0 comments on commit b75392b

Please sign in to comment.