Skip to content

Commit c215559

Browse files
committed
angular/stackblitz: fix wrong selector
1 parent 3bb8be9 commit c215559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/docs/src/lib/bar/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const chartTypes: ChartTypes = {
77
vanilla,
88
svelte: 'BarChartSimple',
99
react: vanilla,
10-
angular: 'ibm-bar-chart',
10+
angular: 'ibm-simple-bar-chart',
1111
vue: `Ccv${vanilla}`
1212
}
1313

@@ -24,7 +24,7 @@ const simpleBarOptions: BarChartOptions = {
2424
},
2525
height: '400px',
2626
accessibility: {
27-
svgAriaLabel: 'Simple bar chart',
27+
svgAriaLabel: 'Simple bar chart'
2828
}
2929
}
3030

0 commit comments

Comments
 (0)