From 51762aece5a08f8961989c367a87be2ff2a52174 Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Thu, 18 Nov 2021 03:04:22 +0400 Subject: [PATCH] docs: Add a link to front-end integrations (#9866) --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.2