Skip to content

Commit 07f9c20

Browse files
committed
update
1 parent c5d21f8 commit 07f9c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/portals/configure/add-chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ You add a chart to a webpage by using a Liquid tag named [Chart](../liquid/porta
1717
- The **Copy** field on a webpage.
1818
- In the **Source** field on a [Web template](../liquid/store-content-web-templates.md).
1919

20-
For example:
20+
![Chart example](../media/dynamics365-chart-example.png "Chart example")
21+
22+
For example, to show leads by source and filtered for only open leads view:
2123

2224
```
2325
<!—Leads by Source – Open Leads -->
2426
{% chart id:"EE3C733D-5693-DE11-97D4-00155DA3B01E" viewid:"00000000-0000-0000-00AA-000010001006" %}
2527
```
26-
27-
![Chart example](../media/dynamics365-chart-example.png "Chart example")
2828

2929
> [!IMPORTANT]
3030
> You must specify the values for both the `chart id` and the `viewid` parameters to render a chart on a portals webpage.

0 commit comments

Comments
 (0)