We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb8be9 commit c215559Copy full SHA for c215559
packages/docs/src/lib/bar/index.ts
@@ -7,7 +7,7 @@ export const chartTypes: ChartTypes = {
7
vanilla,
8
svelte: 'BarChartSimple',
9
react: vanilla,
10
- angular: 'ibm-bar-chart',
+ angular: 'ibm-simple-bar-chart',
11
vue: `Ccv${vanilla}`
12
}
13
@@ -24,7 +24,7 @@ const simpleBarOptions: BarChartOptions = {
24
},
25
height: '400px',
26
accessibility: {
27
- svgAriaLabel: 'Simple bar chart',
+ svgAriaLabel: 'Simple bar chart'
28
29
30
0 commit comments