pgAdmin 4 commit: Added support for visualise the graph using a Pie cha - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for visualise the graph using a Pie cha
Date
Msg-id E1o8aw9-00076P-5P@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Proposal Dashboard design for system of pgadmin
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed the following issues in the Graph Visualiser: