Skip to content

Commit

Permalink
fix(stories): update to reflect orig variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nstuyvesant committed Aug 9, 2023
1 parent 2d21414 commit ebbbafd
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-storybook": "^0.6.13",
"ng-packagr": "^16.1.0",
"ng-packagr": "^16.2.0",
"prettier-eslint": "^15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ new StackedBarChart(chartHolder, {
}
// initialize the chart
new CarbonCharts.StackedBarChart(chartHolder, {
new Charts.StackedBarChart(chartHolder, {
data: stackedBarData,
options: stackedBarOptions,
})
Expand Down

0 comments on commit ebbbafd

Please sign in to comment.