From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: The following issues were fixed in Graph Visualiser: |
Date: | 2022-06-23 09:22:56 |
Message-ID: | E1o4J3A-0002nO-W5@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
The following issues were fixed in Graph Visualiser:
1) Allow the user to set the row limit and chart line width.
2) Zoom should only be applied to X-axis, not both.
3) On clicking the 'Generate' button, the chart should return to its original zoom level.
4) Negative values are not displayed.
refs #7485
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2556771c326b8705aefd1e1fb02f60932e45b796
Modified Files
--------------
docs/en_US/images/preferences_dashboard_graphs.png | Bin 131627 -> 136939 bytes
docs/en_US/images/preferences_graph_visualiser.png | Bin 0 -> 103934 bytes
docs/en_US/preferences.rst | 13 +++++++++++++
web/pgadmin/dashboard/__init__.py | 8 ++++++++
web/pgadmin/dashboard/static/js/Graphs.jsx | 10 +++++++++-
web/pgadmin/static/js/chartjs/index.jsx | 2 --
web/pgadmin/tools/sqleditor/__init__.py | 6 +++---
.../js/components/sections/GraphVisualiser.jsx | 14 +++++++++++---
.../sqleditor/utils/query_tool_preferences.py | 12 +++++++++++-
web/pgadmin/utils/constants.py | 1 +
web/regression/javascript/dashboard/graphs_spec.js | 2 ++
.../javascript/dashboard/graphs_wrapper_spec.js | 3 ++-
12 files changed, 60 insertions(+), 11 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2022-06-23 11:26:37 | Re: Proposal Dashboard design for system of pgadmin |
Previous Message | Kunal Garg | 2022-06-23 06:26:47 | Re: Proposal Dashboard design for system of pgadmin |