pgAdmin 4 commit: Added support for visualizing the graphs using Stacke - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for visualizing the graphs using Stacke
Date
Msg-id E1o6pe8-0003hG-1y@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support for visualizing the graphs using Stacked Line, Bar, and Stacked Bar charts in the query tool. Fixes #7486

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/query_bar_chart.png              | Bin 0 -> 92186 bytes
docs/en_US/images/query_graph_type.png             | Bin 23688 -> 26961 bytes
docs/en_US/images/query_stacked_bar_chart.png      | Bin 0 -> 81522 bytes
docs/en_US/images/query_stacked_line_chart.png     | Bin 0 -> 89143 bytes
docs/en_US/query_tool.rst                          |  40 +++++++++-
docs/en_US/release_notes_6_12.rst                  |   1 +
web/pgadmin/static/js/chartjs/index.jsx            |  76 +++++++++++++++---
.../js/components/sections/GraphVisualiser.jsx     |  86 ++++++++++++++-------
8 files changed, 160 insertions(+), 43 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Theme component usage fix
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading