[Tutorials] Add remainder of bargraph

This commit is contained in:
Victor Woeltjen
2016-06-07 12:55:29 -07:00
parent a6ef1d3423
commit c70793ac2d
2 changed files with 37 additions and 1 deletions

View File

@ -5,7 +5,7 @@ define([
legacyRegistry,
BarGraphController
) {
legacyRegistry.register("tutorials/todo", {
legacyRegistry.register("tutorials/bargraph", {
"name": "Bar Graph",
"description": "Provides the Bar Graph view of telemetry elements.",
"extensions": {
@ -17,6 +17,7 @@ define([
"templateUrl": "templates/bargraph.html",
"needs": [ "telemetry" ],
"delegation": true,
"editable": true,
"toolbar": {
"sections": [
{