Skip to content

Commit

Permalink
angular/stackblitz: fix wrong selector
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-wegener committed Jan 17, 2025
1 parent 99100b0 commit e39aeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/lib/bar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const chartTypes: ChartTypes = {
vanilla,
svelte: 'BarChartSimple',
react: vanilla,
angular: 'ibm-bar-chart',
angular: 'ibm-simple-bar-chart',
vue: `Ccv${vanilla}`
}

Expand All @@ -24,7 +24,7 @@ const simpleBarOptions: BarChartOptions = {
},
height: '400px',
accessibility: {
svgAriaLabel: 'Simple bar chart',
svgAriaLabel: 'Simple bar chart'
}
}

Expand Down

0 comments on commit e39aeb5

Please sign in to comment.