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(-)