Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 344c236d726eab5daa0a0e5d91f575927f932403
https://github.com/pgadmin-org/pgadmin4/commit/344c236d726eab5daa0a0e5d91f575927f932403
Author: Aditya Toshniwal <[email protected]>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M web/pgadmin/dashboard/__init__.py
M web/pgadmin/dashboard/static/js/SystemStats/CPU.jsx
M web/pgadmin/dashboard/static/js/SystemStats/Memory.jsx
M web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx
M web/pgadmin/dashboard/static/js/SystemStats/utility.js
M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx
M web/pgadmin/static/js/utils.js
Log Message:
-----------
Fix following issues in system stats:
1. Graphs rendering in opposite directions on tab change.
2. Y-axis label width should be dynamic.
3. Tooltip values should be formatted.