[box plot] add X tick layout control (#6903)
This commit is contained in:
parent
f8cf0fb7f3
commit
f715f36ed3
|
|
@ -35,7 +35,7 @@ export default {
|
|||
expanded: true,
|
||||
controlSetRows: [
|
||||
['color_scheme'],
|
||||
['whisker_options'],
|
||||
['whisker_options', 'x_ticks_layout'],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue