Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsgTZ-008vpB-Km for pgadmin-hackers@arkaria.postgresql.org; Tue, 17 Oct 2023 09:34:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qsgSY-008SCR-40 for pgadmin-hackers@arkaria.postgresql.org; Tue, 17 Oct 2023 09:33:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsgSX-008SCC-RU for pgadmin-hackers@lists.postgresql.org; Tue, 17 Oct 2023 09:33:54 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsgSP-0019Zs-Nn for pgadmin-hackers@lists.postgresql.org; Tue, 17 Oct 2023 09:33:53 +0000 Received: from github.com (hubbernetes-node-a1778e5.ac4-iad.github.net [10.52.205.76]) by smtp.github.com (Postfix) with ESMTPA id EDAF770138B for ; Tue, 17 Oct 2023 02:33:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697535224; bh=gQcF6tpDI/1f/e7UN1lb86z+yYLsosGSyvlhN64rU2c=; h=Date:From:To:Subject:From; b=T/ppof/8098weYGiXFQeXI3RURWYLr6wCe1Ke2JOTjKY5OBIgUWsW5FbU6VQ82s3G fp9aTOsr5kxG2loU3M3Ln3FDz3RRi89r8V1MygMP6KUGsE5+IEt28hDl/eL1SHPr8Y OmYQ8UOzy5c4/2B9T2oAsJ1JrVO3F4uh7JM7oaQg= Date: Tue, 17 Oct 2023 02:33:44 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 344c23: Fix following issues in system stats: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 344c236d726eab5daa0a0e5d91f575927f932403 https://github.com/pgadmin-org/pgadmin4/commit/344c236d726eab5daa0a0e5d91f575927f932403 Author: Aditya Toshniwal 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.