Skip to content

Commit

Permalink
add fin tile sample (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmurray81 authored Dec 17, 2024
1 parent 4fc8092 commit c2f725b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions samples/charts/dashboard-tile/financial-dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"export": true,
"descriptions": {
"content": {
"type": "DashboardTile",
"name": "dashboard",
"dataSourceRef": "MultipleStocks"
}
},
"modules": [
"dashboards/DashboardTileModule",
"dashboards/DataChartDashboardTileModule",
"dashboards/GeographicMapDashboardTileModule",
"dashboards/LinearGaugeDashboardTileModule",
"dashboards/PieChartDashboardTileModule",
"dashboards/RadialGaugeDashboardTileModule"
]
}

0 comments on commit c2f725b

Please sign in to comment.