Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/schedule/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,22 @@
]
}
},
{
"url": "scheduler-with-chart",
"name": "Scheduler With Chart",
"category": "Product Use Case",
"type": "new",
"description": "Fleet Management Dashboard combining a Timeline Month Scheduler with a real-time Analytics Chart (scheduler-with-chart.html + scheduler-with-chart.js).",
"api": {
"Schedule": [
"eventSettings",
"selectedDate",
"group",
"resources",
"actionComplete"
]
}
},
{
"url": "local-data",
"name": "Local Data",
Expand Down
7 changes: 7 additions & 0 deletions src/schedule/scheduler-with-chart-stack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"html": "scheduler-with-chart.html",
"files": [
{ "path": "scheduler-with-chart.js" },
{ "path": "datasource.json" }
]
}
Loading