-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation for charts in user manual #1916
base: xdmod11.0
Are you sure you want to change the base?
Conversation
@@ -388,6 +388,21 @@ origin of the chart. | |||
|
|||
Example of a drilldown chart | |||
|
|||
Every chart in XDMoD can zoom along a specific axis by click and dragging the cursor vertically or horizontally to zoom by the y-axis and x-axis, respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest moving this new section above the drilldown section since it is more general.
@@ -388,6 +388,21 @@ origin of the chart. | |||
|
|||
Example of a drilldown chart | |||
|
|||
Every chart in XDMoD can zoom along a specific axis by click and dragging the cursor vertically or horizontally to zoom by the y-axis and x-axis, respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every chart in XDMoD can zoom along a specific axis by click and dragging the cursor vertically or horizontally to zoom by the y-axis and x-axis, respectively. | |
Every chart in XDMoD can zoom along a specific axis by clicking and dragging the cursor in a straight line vertically or horizontally to zoom along the y-axis or x-axis, respectively. |
Every chart in XDMoD can zoom along a specific axis by click and dragging the cursor vertically or horizontally to zoom by the y-axis and x-axis, respectively. | ||
When adjusting the zoom along a specific axis you will be able to adjust the range of the data based on how far you drag your cursor. Every chart in XDMoD can also | ||
zoom along both the x and y axis adjusting the range for both. For most charts in XDMoD, the zoom level can be reset by double clicking on an empty area of the plot. | ||
The only exception are charts in the Metric Explorer tab (see :ref:`Metric Explorer <metric_explorer>`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only exception are charts in the Metric Explorer tab (see :ref:`Metric Explorer <metric_explorer>`). | |
The only exception is for charts in the :ref:`Metric Explorer <metric_explorer>` tab, where you can reset the zoom by clicking on the chart and choosing the "Reset Zoom" option from the context menu. |
@@ -211,6 +211,50 @@ display format. | |||
|
|||
In the Metric Explorer Plots can easily be changed directly by clicking on them. | |||
|
|||
Basic Chart Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basic Chart Features | |
Additional Chart Features |
The chart y and x axis have context menus that allow you to adjust the range and duration, respectively. | ||
The chart legend entries can be used to access the data series context menu, | ||
similar to clicking on the data series in the chart itself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove these summary sentences since they don't add additional information and it wasn't fully clear to me what they meant until I saw the screenshots later.
|
||
You can adjust the range and enable log scaling by clicking on a y-axis label. | ||
|
||
Clicking on a x-axis label will open a dialog box next to the clicked label. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clicking on a x-axis label will open a dialog box next to the clicked label. | |
Clicking on an x-axis label will open a dialog box next to the clicked label. |
You can adjust the range and enable log scaling by clicking on a y-axis label. | ||
|
||
Clicking on a x-axis label will open a dialog box next to the clicked label. | ||
Through this dialog box you can adjust the time duration set for the chart. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Through this dialog box you can adjust the time duration set for the chart. | |
Through this dialog box you can adjust the time duration for the chart. |
.. figure:: media/metric_explorer_xaxis_context_menu.png | ||
:name: metric_explorer_xaxis_context_menu | ||
|
||
You can adjust the time duration by clicking on a x-axis label. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can adjust the time duration by clicking on a x-axis label. | |
You can adjust the time duration by clicking on an x-axis label. |
The zoom level can be reset through either the data series or chart context menus. | ||
To access these menus you must either click on a data point or an empty space in the plot, respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The zoom level can be reset through either the data series or chart context menus. | |
To access these menus you must either click on a data point or an empty space in the plot, respectively. | |
The zoom level can be reset by clicking on the chart and choosing the "Reset Zoom" option from the context menu. |
.. figure:: media/metric_explorer_reset_zoom.png | ||
:name: metric_explorer_reset_zoom | ||
|
||
You can reset the zoom level of a chart through either the data series or chart context menus. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can reset the zoom level of a chart through either the data series or chart context menus. | |
You can reset the zoom level of a chart by clicking on it and choosing "Reset Zoom." |
Description
Add new documentation that describes basic chart features. Includes the new features for Plotly JS and some features that already existed (e.g Metric Explorer axis context menus)