Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 9cc4eaa

Browse files
committed
Capitalize "Look"
1 parent 0041ebb commit 9cc4eaa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/examples/chord/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://looker-custom-viz-a.lookercdn.com/master/chord.js
1818

1919
**How it works**
2020

21-
Create a look with one measure and two dimensions. The order of the dimensions does not really matter as the color will fall with the higher affinity direction.
21+
Create a Look with one measure and two dimensions. The order of the dimensions does not really matter as the color will fall with the higher affinity direction.
2222

2323
For example, in the chord diagram featured above, more flights occur from LAX to ORD compared to ORD to LAX, so the chord color is associated with LAX.
2424

src/examples/collapsible_tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://looker-custom-viz-a.lookercdn.com/master/collapsible_tree.js
1717

1818
**How it works**
1919

20-
Create a look with two or more dimensions.
20+
Create a Look with two or more dimensions.
2121

2222
For example, in the collapsible tree diagram featured above, you can see the nested relationship between department, category and brand in an ecommerce catalog.
2323

src/examples/subtotal/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ https://looker-custom-viz-a.lookercdn.com/master/subtotal.js
1616

1717
**How it works**
1818

19-
Create a look with at least one dimension and one measure.
19+
Create a Look with at least one dimension and one measure.
2020

2121
For example, in the example above, we have grouped products by category and brand and by the year they were ordered. We've also pivoted by department to show the number of orders of those products by department. Row totals appear on the right side of the table.

src/examples/sunburst/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://looker-custom-viz-a.lookercdn.com/master/sunburst.js
1717

1818
**How it works**
1919

20-
Create a look with any number of dimensions and exactly one measure.
20+
Create a Look with any number of dimensions and exactly one measure.
2121

2222
For example, in the sunburst featured above, you can see event counts by the hierarchical sequence of events.
2323

src/examples/treemap/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://looker-custom-viz-a.lookercdn.com/master/treemap.js
1717

1818
**How it works**
1919

20-
Create a look with any amount of dimensions and one measure.
20+
Create a Look with any amount of dimensions and one measure.
2121

2222
For example, in the treemap featured above, you can see event counts by the hierarchical sequence of events.
2323

0 commit comments

Comments
 (0)