@@ -31,9 +31,9 @@ following chart types support emphasizing specific series:
3131Emphasize a Single Series
3232~~~~~~~~~~~~~~~~~~~~~~~~~
3333
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.
3737
3838.. figure:: /images/charts/emphasize-single-series.png
3939 :scale: 50%
@@ -65,21 +65,20 @@ state, click the chart background.
6565Zoom and Pan a Scatter Chart
6666----------------------------
6767
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>`.
6970
7071Zoom
7172~~~~
7273
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.
7777
7878The resulting view after zooming and panning is only visible to you and
7979does not persist page reloads. To revert back to the original axis
8080bounds, reload the chart page.
8181
82-
8382Pan
8483~~~
8584
@@ -101,3 +100,26 @@ that displays a part of the whole relationship, specifically:
101100For stacked charts, the whole value is the total value of the
102101current category. For donut charts, the whole value is the total
103102value 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