[pgadmin-org/pgadmin4] 4a3bcf: Use uplot for Dashboard graphs to reduce CPU usage...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 4a3bcf: Use uplot for Dashboard graphs to reduce CPU usage...
Date: 2023-02-06 10:25:15
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/f3bb47-4a3bcf@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 4a3bcfa202a326d95c672040584c258ca62b0ce7
https://github.com/pgadmin-org/pgadmin4/commit/4a3bcfa202a326d95c672040584c258ca62b0ce7
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-02-06 (Mon, 06 Feb 2023)

Changed paths:
M web/package.json
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/dashboard/__init__.py
M web/pgadmin/dashboard/static/js/Dashboard.jsx
M web/pgadmin/dashboard/static/js/Graphs.jsx
M web/pgadmin/static/css/style.css
M web/pgadmin/static/js/Theme/index.jsx
A web/pgadmin/static/js/Theme/overrides/uplot.override.js
A web/pgadmin/static/js/components/PgChart/StreamingChart.jsx
M web/regression/javascript/dashboard/graphs_spec.js
M web/regression/javascript/dashboard/graphs_wrapper_spec.js
M web/regression/javascript/erd/erd_core_spec.js
M web/regression/javascript/erd/ui_components/ERDTool.spec.js
M web/yarn.lock

Log Message:
-----------
Use uplot for Dashboard graphs to reduce CPU usage. #5794

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-02-06 10:39:08 [pgadmin-org/pgadmin4] 6833fd: Ensure that keyboard hotkey to open query tool and...
Previous Message Aditya Toshniwal 2023-02-06 09:59:39 [pgadmin-org/pgadmin4] f3bb47: Fix an issue where drag and drop object names is n...