Skip to content

Commit

Permalink
Merge pull request #19314 from abpframework/sinan/chart.js
Browse files Browse the repository at this point in the history
Update chart.js version and add plugins to ChartComponent
  • Loading branch information
oykuermann authored Mar 18, 2024
2 parents 8dff69c + 66b8676 commit f1224ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion npm/ng-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"autoprefixer": "^10.0.0",
"bootstrap": "^5.0.0",
"bootstrap-icons": "^1.0.0",
"chart.js": "^3.0.0",
"chart.js": "^4.0.0",
"cypress": "^7.0.0",
"dotenv": "10.0.0",
"eslint": "8.48.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class ChartComponent implements AfterViewInit, OnDestroy, OnChanges {
type: this.type as any,
data: this.data,
options: this.options,
plugins: this.plugins
});
};

Expand Down

0 comments on commit f1224ba

Please sign in to comment.