2014-12-01 17:41:39 +00:00
|
|
|
{
|
|
|
|
"name": "Plot view for telemetry",
|
|
|
|
"extensions": {
|
|
|
|
"views": [
|
|
|
|
{
|
|
|
|
"name": "Plot",
|
2015-01-06 18:03:24 +00:00
|
|
|
"key": "plot",
|
2014-12-01 17:41:39 +00:00
|
|
|
"templateUrl": "templates/plot.html",
|
|
|
|
"needs": [ "telemetry" ],
|
|
|
|
"delegation": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"directives": [
|
|
|
|
{
|
|
|
|
"key": "mctChart",
|
|
|
|
"implementation": "MCTChart.js",
|
2014-12-02 19:08:21 +00:00
|
|
|
"depends": [ "$interval", "$log" ]
|
2014-12-01 17:41:39 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "PlotController",
|
|
|
|
"implementation": "PlotController.js",
|
2015-01-29 19:22:31 +00:00
|
|
|
"depends": [ "$scope", "telemetryFormatter", "telemetrySubscriber" ]
|
2014-12-01 17:41:39 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|