pgAdmin 4 commit: Upgrade Chartjs to the latest 3.8.0. Fixes #7469 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Upgrade Chartjs to the latest 3.8.0. Fixes #7469
Date
Msg-id E1o0jXF-00074y-A8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Upgrade Chartjs to the latest 3.8.0. Fixes #7469

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3381516013571c90585151e960c99699168590e6

Modified Files
--------------
docs/en_US/release_notes_6_11.rst                  |  3 +-
web/package.json                                   |  2 +-
web/pgadmin/dashboard/static/js/Graphs.jsx         | 71 +++++++---------------
web/pgadmin/static/js/chartjs/index.jsx            | 45 ++++++++++++--
web/regression/javascript/dashboard/graphs_spec.js | 24 --------
web/yarn.lock                                      | 32 +++-------
6 files changed, 71 insertions(+), 106 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7351]: Templates not displayed
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed linter error.