[box plot] add X tick layout control (#6903)

This commit is contained in:
Maxime Beauchemin 2019-02-19 09:47:04 -08:00 committed by GitHub
parent f8cf0fb7f3
commit f715f36ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default {
expanded: true,
controlSetRows: [
['color_scheme'],
['whisker_options'],
['whisker_options', 'x_ticks_layout'],
],
},
],

View File

@ -234,6 +234,7 @@ def load_world_bank_health_n_pop():
since='1960-01-01',
until='now',
whisker_options='Min/max (no outliers)',
x_ticks_layout='staggered',
viz_type='box_plot',
groupby=['region'])),
Slice(