pgAdmin 4 commit: Fixed the following issues in the Graph Visualiser:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the following issues in the Graph Visualiser:
Date: 2022-07-05 13:17:36
Message-ID: E1o8iQq-0001o9-Mw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the following issues in the Graph Visualiser:
1) Change all theme's color codes.
2) Bar graph for the first and last labels on the X-axis does not display all the bars.
3) Make the graphs always start from zero on the Y-axis.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7414394ceb108243b76febe393d3d75cf554b018

Modified Files
--------------
web/pgadmin/static/js/chartjs/index.jsx | 24 ++++++++++------------
.../js/components/sections/GraphVisualiser.jsx | 7 +++++++
2 files changed, 18 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2022-07-06 05:58:09 Bug #7522 - Support Azure PostgreSQL deployment in Server mode
Previous Message Akshay Joshi 2022-07-05 05:17:25 pgAdmin 4 commit: Added support for visualise the graph using a Pie cha