add default values for filter labels (#38644) (#39108)

This commit is contained in:
Joe Reuter 2019-06-18 11:02:49 +02:00 committed by GitHub
parent 51effedb36
commit 54f8f64f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -49,6 +49,7 @@ export default function PointSeriesVisType(Private) {
},
labels: {
show: true,
filter: true,
truncate: 100
},
title: {}

View file

@ -50,6 +50,7 @@ export default function PointSeriesVisType(Private) {
},
labels: {
show: true,
filter: true,
truncate: 100
},
title: {}

View file

@ -48,6 +48,7 @@ export default function PointSeriesVisType(Private) {
},
labels: {
show: true,
filter: true,
truncate: 100
},
title: {}