@@ -126,7 +126,6 @@ var list = [
126
126
'bar_annotation_max_range_eq_category' ,
127
127
'bar_multiline_labels' ,
128
128
'bar_nonnumeric_sizes' ,
129
- 'bar_patternfill' ,
130
129
'bar_show_narrow' ,
131
130
'bar_stack-with-gaps' ,
132
131
'bar_stackrelative_negative' ,
@@ -770,6 +769,7 @@ var list = [
770
769
'parcats_numeric_sort' ,
771
770
'parcats_reordered' ,
772
771
'parcats_unbundled' ,
772
+ 'pattern_bars' ,
773
773
'percent_error_bar' ,
774
774
'period_positioning' ,
775
775
'period_positioning2' ,
@@ -1215,7 +1215,6 @@ figs['bar_marker_array'] = require('@mocks/bar_marker_array');
1215
1215
figs [ 'bar_annotation_max_range_eq_category' ] = require ( '@mocks/bar_annotation_max_range_eq_category' ) ;
1216
1216
figs [ 'bar_multiline_labels' ] = require ( '@mocks/bar_multiline_labels' ) ;
1217
1217
figs [ 'bar_nonnumeric_sizes' ] = require ( '@mocks/bar_nonnumeric_sizes' ) ;
1218
- figs [ 'bar_patternfill' ] = require ( '@mocks/bar_patternfill' ) ;
1219
1218
figs [ 'bar_show_narrow' ] = require ( '@mocks/bar_show_narrow' ) ;
1220
1219
figs [ 'bar_stack-with-gaps' ] = require ( '@mocks/bar_stack-with-gaps' ) ;
1221
1220
figs [ 'bar_stackrelative_negative' ] = require ( '@mocks/bar_stackrelative_negative' ) ;
@@ -1859,6 +1858,7 @@ figs['parcats_invisible_dimension'] = require('@mocks/parcats_invisible_dimensio
1859
1858
figs [ 'parcats_numeric_sort' ] = require ( '@mocks/parcats_numeric_sort' ) ;
1860
1859
figs [ 'parcats_reordered' ] = require ( '@mocks/parcats_reordered' ) ;
1861
1860
figs [ 'parcats_unbundled' ] = require ( '@mocks/parcats_unbundled' ) ;
1861
+ figs [ 'pattern_bars' ] = require ( '@mocks/pattern_bars' ) ;
1862
1862
figs [ 'percent_error_bar' ] = require ( '@mocks/percent_error_bar' ) ;
1863
1863
figs [ 'period_positioning' ] = require ( '@mocks/period_positioning' ) ;
1864
1864
figs [ 'period_positioning2' ] = require ( '@mocks/period_positioning2' ) ;
0 commit comments