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
This commit is contained in:
Akshay Joshi
2022-06-23 14:52:11 +05:30
parent 1b9d219988
commit 2556771c32
12 changed files with 60 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@@ -201,6 +201,9 @@ Expand the *Graphs* node to specify your Graphs display preferences.
:alt: Preferences dialog dashboard graph options
:align: center
* Use the *Chart line width* field to specify the width of the lines on the
line chart.
* When the *Show graph data points?* switch is set to *True*, data points will
be visible on graph lines.
@@ -369,6 +372,16 @@ a graphical EXPLAIN.
* When the *Verbose output?* switch is set to *True*, graphical explain details
will include extended information about the query execution plan.
.. image:: images/preferences_graph_visualiser.png
:alt: Preferences dialog sqleditor graph visualiser section
:align: center
Use the fields on the *Graph Visualiser* panel to specify the settings
related to graphs.
* Use the *Row Limit* field to specify the maximum number of rows that will
be plotted on a chart.
.. image:: images/preferences_sql_options.png
:alt: Preferences dialog sqleditor options section
:align: center