Skip to content

Commit b47cbee

Browse files
(DOCSP-5108): Updating supplies tutorial for sample data (#165)
* (DOCSP-5108): Updating supplies tutorial for sample data * Updates per Rob's feedback
1 parent 7e6d46d commit b47cbee

14 files changed

+104
-113
lines changed
Loading
Loading
Loading
Loading
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
title: Launch |charts|.
2+
ref: launch-charts
3+
level: 4
4+
stepnum: 1
5+
content: |
6+
Click :guilabel:`Charts` in the left navigation pane in |service| to
7+
launch |charts|. This launches an instance of |charts| linked to your
8+
|service| project.
9+
---
10+
title: "In |charts|, click the :guilabel:`Data Sources` tab."
11+
ref: click-data-sources
12+
level: 4
13+
---
14+
title: "In the :guilabel:`Data Sources` view, click
15+
:guilabel:`New Data Source`."
16+
ref: new-data-source
17+
level: 4
18+
---
19+
title: Select your |service| project.
20+
ref: select-atlas-project
21+
level: 4
22+
content: |
23+
In the :guilabel:`Connect to Deployment` step of the modal, select
24+
the |service| :guilabel:`Project` which contains the sample data.
25+
---
26+
title: Click :guilabel:`Connect`.
27+
ref: click-connect
28+
level: 4
29+
---
30+
title: "Select the sample supply store collections."
31+
ref: select-collection
32+
level: 4
33+
content: |
34+
In the :guilabel:`Choose Collections` step of the dialog, select the
35+
``sample_supplies`` database from the list. This selects the
36+
``sales`` collection within the database.
37+
---
38+
title: "Click :guilabel:`Set Permissions`."
39+
ref: permissions-button
40+
level: 4
41+
---
42+
title: "Accept the default options and click
43+
:guilabel:`Publish Data Source`."
44+
ref: click-publish
45+
level: 4
46+
content: |
47+
.. note::
48+
49+
For details on data source permissions, see the
50+
:ref:`Data Source Permissions <permission-model>`
51+
page.

source/includes/steps-area-chart-age-distribution.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ref: area-chart-add-chart
44
level: 4
55
---
66
title: In the :guilabel:`Data Source` dropdown, select
7-
:guilabel:`test.supplySales`.
7+
:guilabel:`sample_supplies.sales`.
88
ref: area-chart-data-source
99
level: 4
1010
---
@@ -88,7 +88,7 @@ content: |
8888
:figwidth: 750px
8989
:alt: Area Chart Builder
9090
91-
In general, customers appear to most commonly between the
91+
Customers appear to be mostly between the
9292
ages ``40-45``. This is where the largest area region in the
9393
chart occurs. Additionally, the rest of the ages appear to be
9494
`normally distributed <https://en.wikipedia.org/wiki/Normal_distribution>`_,

source/includes/steps-column-chart-sales-by-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ref: bar-chart-add-chart
33
level: 4
44
---
55
title: In the :guilabel:`Data Source` dropdown, select
6-
:guilabel:`test.supplySales`.
6+
:guilabel:`sample_supplies.sales`.
77
ref: bar-chart-data-source
88
level: 4
99
---

source/includes/steps-donut-chart-item-tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ref: donut-chart-add-chart
44
level: 4
55
---
66
title: In the :guilabel:`Data Source` dropdown, select
7-
:guilabel:`test.supplySales`.
7+
:guilabel:`sample_supplies.sales`.
88
ref: donut-chart-data-source
99
level: 4
1010
---

source/includes/steps-grouped-column-most-common-items.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ref: add-chart
44
level: 4
55
---
66
title: In the :guilabel:`Data Source` dropdown, select
7-
:guilabel:`test.supplySales`.
7+
:guilabel:`sample_supplies.sales`.
88
ref: chart-select-data-source
99
level: 4
1010
---

0 commit comments

Comments
 (0)