@@ -126,7 +126,6 @@ var list = [
126126 'bar_annotation_max_range_eq_category' ,
127127 'bar_multiline_labels' ,
128128 'bar_nonnumeric_sizes' ,
129- 'bar_patternfill' ,
130129 'bar_show_narrow' ,
131130 'bar_stack-with-gaps' ,
132131 'bar_stackrelative_negative' ,
@@ -770,6 +769,7 @@ var list = [
770769 'parcats_numeric_sort' ,
771770 'parcats_reordered' ,
772771 'parcats_unbundled' ,
772+ 'pattern_bars' ,
773773 'percent_error_bar' ,
774774 'period_positioning' ,
775775 'period_positioning2' ,
@@ -1215,7 +1215,6 @@ figs['bar_marker_array'] = require('@mocks/bar_marker_array');
12151215figs [ 'bar_annotation_max_range_eq_category' ] = require ( '@mocks/bar_annotation_max_range_eq_category' ) ;
12161216figs [ 'bar_multiline_labels' ] = require ( '@mocks/bar_multiline_labels' ) ;
12171217figs [ 'bar_nonnumeric_sizes' ] = require ( '@mocks/bar_nonnumeric_sizes' ) ;
1218- figs [ 'bar_patternfill' ] = require ( '@mocks/bar_patternfill' ) ;
12191218figs [ 'bar_show_narrow' ] = require ( '@mocks/bar_show_narrow' ) ;
12201219figs [ 'bar_stack-with-gaps' ] = require ( '@mocks/bar_stack-with-gaps' ) ;
12211220figs [ 'bar_stackrelative_negative' ] = require ( '@mocks/bar_stackrelative_negative' ) ;
@@ -1859,6 +1858,7 @@ figs['parcats_invisible_dimension'] = require('@mocks/parcats_invisible_dimensio
18591858figs [ 'parcats_numeric_sort' ] = require ( '@mocks/parcats_numeric_sort' ) ;
18601859figs [ 'parcats_reordered' ] = require ( '@mocks/parcats_reordered' ) ;
18611860figs [ 'parcats_unbundled' ] = require ( '@mocks/parcats_unbundled' ) ;
1861+ figs [ 'pattern_bars' ] = require ( '@mocks/pattern_bars' ) ;
18621862figs [ 'percent_error_bar' ] = require ( '@mocks/percent_error_bar' ) ;
18631863figs [ 'period_positioning' ] = require ( '@mocks/period_positioning' ) ;
18641864figs [ 'period_positioning2' ] = require ( '@mocks/period_positioning2' ) ;
0 commit comments