Skip to content

Commit 3e80b03

Browse files
kanchana-mongodbjeff-allen-mongo
authored andcommitted
DOCSP-14075 DOCSP-14144 doc for copy and save chart as image (#448)
* DOCSP-14075 DOCSP-14144 doc for copy and save chart as image * DOCSP-14075 DOCSP-14144 updates for copy review feedback
1 parent fef8d8d commit 3e80b03

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ html = ":abbr:`HTML (HyperText Markup Language)`"
3232
jwt = ":abbr:`JWT (JSON Web Token)`"
3333
cloud-svc = "Cloud"
3434
css = ":abbr:`CSS (Cascading Style Sheets)`"
35+
png = ":abbr:`PNG (Portable Network Graphic)`"

source/interact-with-charts.txt

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ following chart types support emphasizing specific series:
3131
Emphasize 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.
6565
Zoom 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

7071
Zoom
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

7878
The resulting view after zooming and panning is only visible to you and
7979
does not persist page reloads. To revert back to the original axis
8080
bounds, reload the chart page.
8181

82-
8382
Pan
8483
~~~
8584

@@ -101,3 +100,26 @@ that displays a part of the whole relationship, specifically:
101100
For stacked charts, the whole value is the total value of the
102101
current category. For donut charts, the whole value is the total
103102
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

Comments
 (0)