Skip to content

Commit

Permalink
add default values for filter labels (#38644) (#39108)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jun 18, 2019
1 parent 51effed commit 54f8f64
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 54f8f64

Please sign in to comment.