pgAdmin 4 commit: Added support for visualise the graph using a Pie cha

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for visualise the graph using a Pie cha
Date: 2022-07-05 05:17:25
Message-ID: E1o8aw9-00076P-5P@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for visualise the graph using a Pie chart in the query tool. Fixes #7487

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/query_graph_type.png | Bin 26961 -> 28912 bytes
docs/en_US/images/query_pie_chart.png | Bin 0 -> 81969 bytes
docs/en_US/query_tool.rst | 16 +++-
docs/en_US/release_notes_6_12.rst | 1 +
web/pgadmin/static/js/chartjs/index.jsx | 49 +++++++----
.../js/components/sections/GraphVisualiser.jsx | 92 +++++++++++++++------
6 files changed, 112 insertions(+), 46 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-05 13:17:36 pgAdmin 4 commit: Changed the default position of the dialog.
Previous Message Dave Page 2022-07-04 09:45:02 Re: Proposal Dashboard design for system of pgadmin