Skip to content

Commit 08e19dc

Browse files
Merge pull request #1429 from IgniteUI/mdd-update-dashboard-samples
update with demos
2 parents 7103e66 + 254f6cc commit 08e19dc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/en/components/dashboard-tile.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Interacting with the chart type menu in the toolbar will allow for selecting a d
1616
## {Platform} Dashboard Tile Example
1717

1818
<!-- TODO -->
19-
`sample="/charts/dashboard-tile/overview", height="600", alt="{Platform} Dashboard Tile Example"`
19+
`sample="/charts/dashboard-tile/chart-dashboard", height="600", alt="{Platform} Dashboard Tile Example"`
2020

2121
## Dependencies
2222

@@ -126,6 +126,8 @@ You are not locked into a single visualization when you bind the `DataSource`, a
126126

127127
<!-- TODO SAMPLE -->
128128

129+
`sample="/charts/dashboard-tile/gauge-dashboard", height="600", alt="{Platform} Dashboard Tile Gauge Example"`
130+
129131
The visualization or properties of the visualization are also configurable using the `Toolbar` at the top of the control. This `Toolbar` has the default tools for the current visualization with the addition of four Dashboard Tile specific ones, highlighted below:
130132

131133
<img src="../images/dashboard-tile-toolbar.png" />
@@ -137,6 +139,15 @@ From left to right:
137139
- The third tool allows you to change the current visualization, allowing you to plot a different series type or show a different type of visualization altogether. This can be set on the control by setting the `VisualizationType` property, mentioned above.
138140
- The last tool allows you to configure which properties on your underlying data item are included for the control. You can configure this by setting the `IncludedProperties` or `ExcludedProperties` collection on the control.
139141

142+
This demo demonstrates dashboard tile integration with the {Platform} Pie Chart. The toolbar options at the top right provides access to styling and changing the data visualization.
143+
144+
`sample="/charts/dashboard-tile/pie-dashboard", height="600", alt="{Platform} Dashboard Tile Pie Example"`
145+
146+
This demo demonstrates dashboard tile integration with the {Platform} Geographic Map. The toolbar options at the top right provides access to styling and changing the data visualization.
147+
148+
`sample="/charts/dashboard-tile/map-dashboard", height="600", alt="{Platform} Dashboard Tile Map Example"`
149+
150+
140151
## API References
141152

142153
- `Toolbar`

0 commit comments

Comments
 (0)