@@ -31,9 +31,9 @@ following chart types support emphasizing specific series:
31
31
Emphasize a Single Series
32
32
~~~~~~~~~~~~~~~~~~~~~~~~~
33
33
34
- When you click a label in the chart legend at the top right, |charts-short|
35
- emphasizes the selected data series by reducing the opacity of all the
36
- other data series.
34
+ When you click a label in the chart legend at the top right,
35
+ |charts-short| emphasizes the selected data series by reducing the
36
+ opacity of all the other data series.
37
37
38
38
.. figure:: /images/charts/emphasize-single-series.png
39
39
:scale: 50%
@@ -65,21 +65,20 @@ state, click the chart background.
65
65
Zoom and Pan a Scatter Chart
66
66
----------------------------
67
67
68
- Chart viewers can zoom and pan a non-geospatial :ref:`scatter chart <scatter-chart-ref>`.
68
+ Chart viewers can zoom and pan a non-geospatial :ref:`scatter chart
69
+ <scatter-chart-ref>`.
69
70
70
71
Zoom
71
72
~~~~
72
73
73
- To zoom in or out of the chart, scroll up or down. |charts-short| automatically
74
- adjusts the axis bounds to change the viewport, while keeping the
75
- plotted points the same size.
76
-
74
+ To zoom in or out of the chart, scroll up or down. |charts-short|
75
+ automatically adjusts the axis bounds to change the viewport, while
76
+ keeping the plotted points the same size.
77
77
78
78
The resulting view after zooming and panning is only visible to you and
79
79
does not persist page reloads. To revert back to the original axis
80
80
bounds, reload the chart page.
81
81
82
-
83
82
Pan
84
83
~~~
85
84
@@ -101,3 +100,26 @@ that displays a part of the whole relationship, specifically:
101
100
For stacked charts, the whole value is the total value of the
102
101
current category. For donut charts, the whole value is the total
103
102
value of the entire chart.
103
+
104
+ Copy and Save a Chart as an Image
105
+ ---------------------------------
106
+
107
+ Chart viewers can copy and save a chart as an image. The image file
108
+ includes the chart contents, including the title of the chart.
109
+
110
+ Copy
111
+ ~~~~
112
+
113
+ To copy a chart to your clipboard as an image, right-click on the chart
114
+ and select :guilabel:`Copy chart as image` from the context menu. You
115
+ can copy any chart type except data tables.
116
+
117
+ .. note::
118
+
119
+ The copy feature is not available on Firefox.
120
+
121
+ Save
122
+ ~~~~
123
+
124
+ To save a chart as a |png| file, right-click on the chart and select
125
+ :guilabel:`Save chart as image` from the context menu.
0 commit comments