Skip to content

Commit c2f725b

Browse files
authored
add fin tile sample (#771)
1 parent 4fc8092 commit c2f725b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"export": true,
3+
"descriptions": {
4+
"content": {
5+
"type": "DashboardTile",
6+
"name": "dashboard",
7+
"dataSourceRef": "MultipleStocks"
8+
}
9+
},
10+
"modules": [
11+
"dashboards/DashboardTileModule",
12+
"dashboards/DataChartDashboardTileModule",
13+
"dashboards/GeographicMapDashboardTileModule",
14+
"dashboards/LinearGaugeDashboardTileModule",
15+
"dashboards/PieChartDashboardTileModule",
16+
"dashboards/RadialGaugeDashboardTileModule"
17+
]
18+
}

0 commit comments

Comments
 (0)