Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 4a3bcfa202a326d95c672040584c258ca62b0ce7
https://github.com/pgadmin-org/pgadmin4/commit/4a3bcfa202a326d95c672040584c258ca62b0ce7
Author: Aditya Toshniwal <[email protected]>
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