Doc updates for optional data point markers and mouse-over tooltips to display values on graphs. Fixes #3514

This commit is contained in:
Aditya Toshniwal 2018-09-06 14:54:25 +01:00 committed by Dave Page
parent a74b9c96c1
commit 8f88443e15
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 158 KiB

View File

@ -69,9 +69,13 @@ Use the fields on the *Graphs* panel to specify your display preferences for the
.. image:: images/preferences_dashboard_display.png
:alt: Preferences dialog dashboard display options
* When the *Show activity?* switch is set to *True*, activity tables will be displayed on dashboards.
* When the *Show graph data points?* switch is set to *True*, data points will be visible on graph lines.
* When the *Show graphs?* switch is set to *True*, graphs will be displayed on dashboards.
* When the *Show activity?* switch is set to *True*, activity tables will be displayed on dashboards.
* When the *Show mouse hover tooltip?* switch is set to *True*, a tooltip will appear on mouse hover on the graph lines giving the data point details.
**The Debugger Node**