Skip to content

Commit

Permalink
add default values for filter labels (elastic#38644)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jun 17, 2019
1 parent bc1234a commit b9b9bf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function PointSeriesVisType(Private) {
},
labels: {
show: true,
filter: true,
truncate: 100
},
title: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default function PointSeriesVisType(Private) {
},
labels: {
show: true,
filter: true,
truncate: 100
},
title: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function PointSeriesVisType(Private) {
},
labels: {
show: true,
filter: true,
truncate: 100
},
title: {}
Expand Down

0 comments on commit b9b9bf9

Please sign in to comment.