pgAdmin 4 commit: Make the controls on the Graph Visualiser collapsible

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the controls on the Graph Visualiser collapsible
Date: 2022-07-07 08:40:17
Message-ID: E1o9N3Z-0008Pm-Ld@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make the controls on the Graph Visualiser collapsible and reorganize the controls.

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/query_bar_chart.png | Bin 92186 -> 110739 bytes
docs/en_US/images/query_graph_toolbar.png | Bin 23562 -> 33324 bytes
docs/en_US/images/query_graph_type.png | Bin 28912 -> 51722 bytes
docs/en_US/images/query_graph_visualiser_panel.png | Bin 32228 -> 27803 bytes
docs/en_US/images/query_graph_xaxis.png | Bin 39028 -> 59072 bytes
docs/en_US/images/query_graph_yaxis.png | Bin 38528 -> 59076 bytes
docs/en_US/images/query_line_chart.png | Bin 83984 -> 80242 bytes
docs/en_US/images/query_pie_chart.png | Bin 81969 -> 70826 bytes
docs/en_US/images/query_stacked_bar_chart.png | Bin 81522 -> 85342 bytes
docs/en_US/images/query_stacked_line_chart.png | Bin 89143 -> 87881 bytes
docs/en_US/query_tool.rst | 16 +++---
.../js/components/sections/GraphVisualiser.jsx | 61 +++++++++++++--------
12 files changed, 47 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-07 08:41:41 pgAdmin 4 commit: Ensure that the splash screen can be moved. Fixes # 7
Previous Message Akshay Joshi 2022-07-06 13:29:25 pgAdmin 4 commit: 1) Keep the selected columns for the X and Y-axis.