diff --git a/playbook/app/pb_kits/playbook/pb_bar_graph/docs/example.yml b/playbook/app/pb_kits/playbook/pb_bar_graph/docs/example.yml index f9405a63a3..c0e7daaff6 100644 --- a/playbook/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +++ b/playbook/app/pb_kits/playbook/pb_bar_graph/docs/example.yml @@ -1,6 +1,13 @@ examples: rails: + - bar_graph_default: Default + - bar_graph_legend: Legend + - bar_graph_legend_position: Legend Position + - bar_graph_legend_non_clickable: Legend Non Clickable + - bar_graph_height: Height + - bar_graph_spline: Spline + - bar_graph_colors: Color Overrides - bar_graph_custom_rails: Custom Overrides - bar_graph_stacked: Stacked - bar_graph_negative_numbers: Negative Numbers @@ -9,6 +16,13 @@ examples: react: + - bar_graph_default: Default + - bar_graph_legend: Legend + - bar_graph_legend_position: Legend Position + - bar_graph_legend_non_clickable: Legend Non Clickable + - bar_graph_height: Height + - bar_graph_spline: Spline + - bar_graph_colors: Color Overrides - bar_graph_custom: Custom Overrides - bar_graph_stacked: Stacked - bar_graph_negative_numbers: Negative Numbers