From 455979243226d1c838886a87a49f1ac0f499d6b0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 31 May 2021 23:48:18 +0200 Subject: [PATCH] credits for chart js --- docs/credits.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/credits.md b/docs/credits.md index da69a09..87c0140 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -52,6 +52,7 @@ InvenTree relies on the following frontend libraries and components: | [Font Awesome - Code](https://fontawesome.com/) | MIT | Delivery code for icons | | [Select2](https://github.com/select2/select2/) | MIT | Searchable selection box | | [fullcalendar](https://github.com/fullcalendar/fullcalendar/) | MIT | Calender rendering | +| [chart.js](https://github.com/chartjs/Chart.js) | MIT | charts | | [Moment JS](https://github.com/moment/momentjs.com/) | MIT | Time and date rendering | | [jquery-treegrid](https://github.com/maxazan/jquery-treegrid/) | MIT | Treegrid rendering | | [clipboard.js](https://github.com/zenorocha/clipboard.js) | MIT | text copying |