]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
docs: Add a link to front-end integrations (#9866)
authorIgor Lukanin <mail+github@igor.lukanin.name>
Wed, 17 Nov 2021 23:04:22 +0000 (03:04 +0400)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 23:04:22 +0000 (18:04 -0500)
docs/index.md

index 076b2debb94fd4c212c28127897821235955c788..7a199f6f361a8b750a01c128f9b8da4ff5fa9e29 100644 (file)
@@ -6,6 +6,8 @@
 
 You can get the latest version of Chart.js from [npm](https://npmjs.com/package/chart.js), the [GitHub releases](https://github.com/chartjs/Chart.js/releases/latest), or use a [Chart.js CDN](https://www.jsdelivr.com/package/npm/chart.js). Detailed installation instructions can be found on the [installation](./getting-started/installation.md) page.
 
+If you're using a front-end framework (e.g., React, Angular, or Vue), please check [available integrations](https://github.com/chartjs/awesome#integrations).
+
 ## Creating a Chart
 
 It's easy to get started with Chart.js. All that's required is the script included in your page along with a single `<canvas>` node to render the chart.