mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 134 KiB |
BIN
docs/en_US/images/preferences_graph_visualiser.png
Normal file
BIN
docs/en_US/images/preferences_graph_visualiser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user