From 8795c5bf58ffd3705b363dda56291c3432b82cec Mon Sep 17 00:00:00 2001 From: Marcus Alsterfjord Date: Tue, 23 May 2023 21:40:56 +0200 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdc0bbb..f8f0493 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # chartjs-plugin-trendline -This plugin draws an linear trendline in your Chart. Made for Chart.js 3.X +This plugin draws an linear trendline in your Chart. +It has been tested with Chart.js version 4.3.0. ## Installation #### Load directly in the browser -Load ChartJS first, then the plugin which will automatically register itself with ChartJS +Load Chart.js first, then the plugin which will automatically register itself with Chart.js ```html - + ```