From e339ef711fc270f3d0014e174aef0c79ed41a909 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 25 Oct 2024 07:50:31 +0200 Subject: [PATCH] modify notes about Chart.js migration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4b18f6..b88636a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ The WEB GUI client of SEA. This repository contains the code of the server for the control and graphical parts, plus the client code (HTML, CSS, JS). -**IMPORTANT** +**Migration** -This branch is an attempt to migrate from ChartJS 2.9.4 to 4.4.4. +Remarks for the migration from ChartJS 2.9.4 to 4.4.4. TESTED ON SAFARI : with this new version, the application takes much less RAM, and does not crash at some point. The user can still experience some latencies, but it might be due to the presence of too many time axis labels + the fact that each graphs has its own (for the moment). Here is a list of what has been done :