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 1qZPsH-005DLF-US for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 06:00:50 +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 1qZPsG-00HY6B-RT for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 06:00:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZPsG-00HY60-Fb for pgadmin-hackers@lists.postgresql.org; Fri, 25 Aug 2023 06:00:48 +0000 Received: from mail-oo1-xc34.google.com ([2607:f8b0:4864:20::c34]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qZPsC-000q76-FP for pgadmin-hackers@postgresql.org; Fri, 25 Aug 2023 06:00:46 +0000 Received: by mail-oo1-xc34.google.com with SMTP id 006d021491bc7-573249e73f8so414676eaf.1 for ; Thu, 24 Aug 2023 23:00:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; t=1692943243; x=1693548043; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=+GwoF+tqBEm6xSmYyjye5IXWLDBshX97bD2WjYg6Zcc=; b=dAoe53Z22BCyo9dYb7B0qdi7iniBFkR+NSr/0n6EZil/KkfCGetzt7aVcftGQAiWX8 9MXcxK7HM0FYwucLGw4T9TIwfI6RTnJ7+GFQ8VuQ14njOyLpGOq9E2dZyv0eTtGYxroN KzoeS9pIxiJtRTs0oyXxJ2Z3gdWfwCsfUAsNyUioS2Kt8g98GoR1vHRE79TGJ5HYMjv+ pBi5asEVrVnGl49LPsnue1V5bg9S3ljbATQAp4c8etYsDJYeUe0H/vT8CUz6Wi+W5ixB DMJ+G2H+N0kU3MT0vEai7DC6A9AQybfH4KJk2vy0jApwwBdjPnbvAxen476lbKiztwm5 AXcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692943243; x=1693548043; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+GwoF+tqBEm6xSmYyjye5IXWLDBshX97bD2WjYg6Zcc=; b=KTM38Mo/75RdQb2QRGu3S6LjGM9DmjDomRIUrlVWDzQ7lZxaKfKbcEwSFX9vp3fdCS VwZlZMlGd1bXvMvmk++nzpVOG/X8VFOd9Hxcshdj319o0thcDI/P/gs/NsFOboKcSzMf p2XLdsSOtDXqx5Yor7UfP1GgcbVYWkpuy+2TmAivcbZ1cRSyf7iuO6XaxWVnSFjg4aoE aT6HhMo9iym+tltpJ2H/iwXFwUPQjNw51F5acOXU8J5lpHXTdVelUhJDPGNfMGj0qcWZ SKkKrNqghM5hDvVG/FGR61e9frfCZmVGRVHFQg84N1uEfNQyz4mT3fgg7lwsclPhJRKk wFBA== X-Gm-Message-State: AOJu0YzndKJ1qobkvhPZU7DmDdj05sEcSKPNv+yTvLUlnNZcOCzrdmEk 0Qj9l3DTL9nDDIjKIglK/LXmu3MLqj6wGIUzoGk8Zg== X-Google-Smtp-Source: AGHT+IEUPpt7ysFsO3nUq4bSgGa7KA9M/ypjL2zTwGCkeHFj2kHqFn2i5M4QiHb7E1B593Kt2xgyUKbi5VeO6mU3EBQ= X-Received: by 2002:a4a:6557:0:b0:570:c520:85e2 with SMTP id z23-20020a4a6557000000b00570c52085e2mr4373625oog.6.1692943243313; Thu, 24 Aug 2023 23:00:43 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Aditya Toshniwal Date: Fri, 25 Aug 2023 11:30:06 +0530 Message-ID: Subject: Re: Pgadmin4 System Stats Extension Design To: Sahil Harpal Cc: Khushboo Vashi , pgadmin-hackers@postgresql.org Content-Type: multipart/alternative; boundary="000000000000a49c490603b91048" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000a49c490603b91048 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Sahil, On Thu, Aug 24, 2023 at 8:28=E2=80=AFPM Sahil Harpal wrote: > On Sat, 19 Aug 2023 at 16:20, Sahil Harpal > wrote: > >> On Thu, 17 Aug 2023 at 17:57, Khushboo Vashi < >> khushboo.vashi@enterprisedb.com> wrote: >> >>> >>> - Sometimes graphs start from left and then shift to right. This >>> issue I have reported in my initial review too. >>> >>> For StreamingChart should I ignore it for now? >> On Mon, 7 Aug 2023 at 17:12, Aditya Toshniwal < >> aditya.toshniwal@enterprisedb.com> wrote: >> >>> OK I thought you wanted the graph to go from left to right. Yeah, I >>> have seen that glitch a few times (but rare). I think you can ignore it= for >>> now, we can look into it once we get time. It is not a priority. >>> >> >> Or try the solution below? >> On Sun, 6 Aug 2023 at 13:21, Sahil Harpal >> wrote: >> >>> I've tried one more approach here. If our data array is full, this grap= h >>> shifting won't happen. So, if we initialize our data list with null val= ues, >>> there won't be any visible shift. What do you think about this solution= ? >>> >> Can you please help me with this? > Let me apply your patch and try once. --=20 Thanks, Aditya Toshniwal pgAdmin Hacker | Sr. Software Architect | *enterprisedb.com* "Don't Complain about Heat, Plant a TREE" --000000000000a49c490603b91048 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi=C2=A0Sahil,

On Thu, Aug 24, 2023 at 8:= 28=E2=80=AFPM Sahil Harpal <sahilharpal1234@gmail.com> wrote:
On Sat, 19 Aug = 2023 at 16:20, Sahil Harpal <sahilharpal1234@gmail.com> wrote:
3D""
On Thu, 17 Aug 2023 at 17:57, Khu= shboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
  • Sometimes graphs start from left and then shift to ri= ght. This issue I have reported in my initial review too.
For Streami= ngChart should I ignore it for now?=C2=A0
On Mon, 7 Aug 2023 at 17:12, Aditya Toshniwal <= adit= ya.toshniwal@enterprisedb.com> wrote:
<= span class=3D"gmail_default" style=3D"font-family:verdana,sans-serif">OK I = thought you wanted the graph to go from left to right.=C2=A0=C2=A0Yeah, = I have seen that glitch a few times (but rare). I think you can ignore it f= or now, we can look into it once we get time. It is not a priority.<= /div>

Or try the solution= below?=C2=A0
On Sun, 6 Aug 2023 at 13:21, Sahil Harpal <= ;sahilharpal= 1234@gmail.com> wrote:
I've tried = one more approach here. If our data array is full, this graph shifting won&= #39;t happen. So, if we initialize our data list with null values, there wo= n't be any visible shift. What do you think about this solution?
<= /div>
Can you p= lease help me with this?
Let me apply yo= ur patch and try once.=C2=A0


<= /div>--
Thanks,

pgAdmin Hacker=C2=A0| Sr. Software Arch= itect=C2=A0| enterprisedb.com
"Don't Complain about Heat, Plant a TREE&qu= ot;
--000000000000a49c490603b91048--