From: Igor Lukanin Date: Wed, 17 Nov 2021 23:04:22 +0000 (+0400) Subject: docs: Add a link to front-end integrations (#9866) X-Git-Tag: v3.6.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51762aece5a08f8961989c367a87be2ff2a52174;p=thirdparty%2FChart.js.git docs: Add a link to front-end integrations (#9866) --- diff --git a/docs/index.md b/docs/index.md index 076b2debb..7a199f6f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 `` node to render the chart.