aurelia-chart
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -0,0 +0,0 @@ module.exports = { |
@@ -20,3 +20,3 @@ var gulp = require('gulp'); | ||
"aurelia-history-browser", | ||
"chartjs", | ||
"chart.js", | ||
"babel" | ||
@@ -23,0 +23,0 @@ ], |
@@ -1,2 +0,2 @@ | ||
define(["exports", "aurelia-framework", "../observers/model-observer", "chartjs"], function (exports, _aureliaFramework, _observersModelObserver, _chartjs) { | ||
define(["exports", "aurelia-framework", "../observers/model-observer", "chart.js"], function (exports, _aureliaFramework, _observersModelObserver, _chartJs) { | ||
"use strict"; | ||
@@ -16,3 +16,3 @@ | ||
var _Chart = _interopRequireDefault(_chartjs); | ||
var _Chart = _interopRequireDefault(_chartJs); | ||
@@ -19,0 +19,0 @@ var ChartAttribute = (function () { |
@@ -1,2 +0,2 @@ | ||
define(["exports", "aurelia-framework", "../observers/model-observer", "chartjs"], function (exports, _aureliaFramework, _observersModelObserver, _chartjs) { | ||
define(["exports", "aurelia-framework", "../observers/model-observer", "chart.js"], function (exports, _aureliaFramework, _observersModelObserver, _chartJs) { | ||
"use strict"; | ||
@@ -16,3 +16,3 @@ | ||
var _Chart = _interopRequireDefault(_chartjs); | ||
var _Chart = _interopRequireDefault(_chartJs); | ||
@@ -19,0 +19,0 @@ var ChartElement = (function () { |
@@ -19,5 +19,5 @@ "use strict"; | ||
var _chartjs = require("chartjs"); | ||
var _chartJs = require("chart.js"); | ||
var _chartjs2 = _interopRequireDefault(_chartjs); | ||
var _chartJs2 = _interopRequireDefault(_chartJs); | ||
@@ -122,3 +122,3 @@ var ChartAttribute = (function () { | ||
this._activeChart = new _chartjs2["default"](this.element, this._chartData); | ||
this._activeChart = new _chartJs2["default"](this.element, this._chartData); | ||
this.refreshChart(); | ||
@@ -125,0 +125,0 @@ } |
@@ -19,5 +19,5 @@ "use strict"; | ||
var _chartjs = require("chartjs"); | ||
var _chartJs = require("chart.js"); | ||
var _chartjs2 = _interopRequireDefault(_chartjs); | ||
var _chartJs2 = _interopRequireDefault(_chartJs); | ||
@@ -127,3 +127,3 @@ var ChartElement = (function () { | ||
this._activeChart = new _chartjs2["default"](this.canvasElement, this._chartData); | ||
this._activeChart = new _chartJs2["default"](this.canvasElement, this._chartData); | ||
this.refreshChart(); | ||
@@ -130,0 +130,0 @@ } |
import {inject, customAttribute, bindable} from 'aurelia-framework' | ||
import {ModelObserver} from "../observers/model-observer" | ||
import Chart from "chartjs" | ||
import Chart from "chart.js" | ||
@@ -5,0 +5,0 @@ @customAttribute('chart') |
import {inject, customElement, useView, bindable} from 'aurelia-framework' | ||
import {ModelObserver} from "../observers/model-observer" | ||
import Chart from "chartjs" | ||
import Chart from "chart.js" | ||
@@ -5,0 +5,0 @@ @customElement('chart') |
@@ -1,2 +0,2 @@ | ||
System.register(["aurelia-framework", "../observers/model-observer", "chartjs"], function (_export) { | ||
System.register(["aurelia-framework", "../observers/model-observer", "chart.js"], function (_export) { | ||
"use strict"; | ||
@@ -19,4 +19,4 @@ | ||
ModelObserver = _observersModelObserver.ModelObserver; | ||
}, function (_chartjs) { | ||
Chart = _chartjs["default"]; | ||
}, function (_chartJs) { | ||
Chart = _chartJs["default"]; | ||
}], | ||
@@ -23,0 +23,0 @@ execute: function () { |
@@ -1,2 +0,2 @@ | ||
System.register(["aurelia-framework", "../observers/model-observer", "chartjs"], function (_export) { | ||
System.register(["aurelia-framework", "../observers/model-observer", "chart.js"], function (_export) { | ||
"use strict"; | ||
@@ -20,4 +20,4 @@ | ||
ModelObserver = _observersModelObserver.ModelObserver; | ||
}, function (_chartjs) { | ||
Chart = _chartjs["default"]; | ||
}, function (_chartJs) { | ||
Chart = _chartJs["default"]; | ||
}], | ||
@@ -24,0 +24,0 @@ execute: function () { |
@@ -14,16 +14,18 @@ System.config({ | ||
map: { | ||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.0.0-beta.1.2.0", | ||
"aurelia-chart": "../dist/commonjs", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.2", | ||
"aurelia-framework": "npm:aurelia-framework@1.0.0-beta.1.2.2", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1.2.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1.2.3", | ||
"aurelia-chart": "../dist/commonjs/", | ||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.0.0-rc.1.0.1", | ||
"aurelia-framework": "npm:aurelia-framework@1.0.0-rc.1.0.1", | ||
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-rc.1.0.0", | ||
"babel": "npm:babel-core@5.8.38", | ||
"babel-runtime": "npm:babel-runtime@5.8.38", | ||
"chartjs": "npm:chart.js@2.0.2", | ||
"core-js": "npm:core-js@2.3.0", | ||
"chart.js": "npm:chart.js@2.1.6", | ||
"core-js": "npm:core-js@2.4.0", | ||
"traceur": "github:jmcriffey/bower-traceur@0.0.93", | ||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.93", | ||
"github:jspm/nodelibs-assert@0.1.0": { | ||
"assert": "npm:assert@1.3.0" | ||
"assert": "npm:assert@1.4.1" | ||
}, | ||
"github:jspm/nodelibs-buffer@0.1.0": { | ||
"buffer": "npm:buffer@3.6.0" | ||
}, | ||
"github:jspm/nodelibs-path@0.1.0": { | ||
@@ -33,3 +35,3 @@ "path-browserify": "npm:path-browserify@0.0.0" | ||
"github:jspm/nodelibs-process@0.1.2": { | ||
"process": "npm:process@0.11.2" | ||
"process": "npm:process@0.11.5" | ||
}, | ||
@@ -39,119 +41,124 @@ "github:jspm/nodelibs-util@0.1.0": { | ||
}, | ||
"npm:assert@1.3.0": { | ||
"github:jspm/nodelibs-vm@0.1.0": { | ||
"vm-browserify": "npm:vm-browserify@0.0.4" | ||
}, | ||
"npm:assert@1.4.1": { | ||
"assert": "github:jspm/nodelibs-assert@0.1.0", | ||
"buffer": "github:jspm/nodelibs-buffer@0.1.0", | ||
"process": "github:jspm/nodelibs-process@0.1.2", | ||
"util": "npm:util@0.10.3" | ||
}, | ||
"npm:aurelia-binding@1.0.0-beta.1.3.2": { | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1.2.0" | ||
"npm:aurelia-binding@1.0.0-rc.1.0.2": { | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-bootstrapper@1.0.0-beta.1.2.0": { | ||
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0-beta.1.2.0", | ||
"aurelia-framework": "npm:aurelia-framework@1.0.0-beta.1.2.2", | ||
"aurelia-history": "npm:aurelia-history@1.0.0-beta.1.2.0", | ||
"aurelia-history-browser": "npm:aurelia-history-browser@1.0.0-beta.1.2.0", | ||
"aurelia-loader-default": "npm:aurelia-loader-default@1.0.0-beta.1.2.1", | ||
"aurelia-logging-console": "npm:aurelia-logging-console@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0", | ||
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1.2.0", | ||
"aurelia-polyfills": "npm:aurelia-polyfills@1.0.0-beta.1.1.2", | ||
"aurelia-router": "npm:aurelia-router@1.0.0-beta.1.2.1", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1.2.3", | ||
"aurelia-templating-binding": "npm:aurelia-templating-binding@1.0.0-beta.1.2.1", | ||
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0-beta.1.2.2", | ||
"aurelia-templating-router": "npm:aurelia-templating-router@1.0.0-beta.1.2.0" | ||
"npm:aurelia-bootstrapper@1.0.0-rc.1.0.1": { | ||
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0-rc.1.0.0", | ||
"aurelia-framework": "npm:aurelia-framework@1.0.0-rc.1.0.1", | ||
"aurelia-history": "npm:aurelia-history@1.0.0-rc.1.0.0", | ||
"aurelia-history-browser": "npm:aurelia-history-browser@1.0.0-rc.1.0.0", | ||
"aurelia-loader-default": "npm:aurelia-loader-default@1.0.0-rc.1.0.0", | ||
"aurelia-logging-console": "npm:aurelia-logging-console@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-rc.1.0.0", | ||
"aurelia-polyfills": "npm:aurelia-polyfills@1.0.0-rc.1.0.0", | ||
"aurelia-router": "npm:aurelia-router@1.0.0-rc.1.0.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-rc.1.0.0", | ||
"aurelia-templating-binding": "npm:aurelia-templating-binding@1.0.0-rc.1.0.0", | ||
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0-rc.1.0.0", | ||
"aurelia-templating-router": "npm:aurelia-templating-router@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-dependency-injection@1.0.0-beta.1.2.2": { | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-dependency-injection@1.0.0-rc.1.0.0": { | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-event-aggregator@1.0.0-beta.1.2.0": { | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0" | ||
"npm:aurelia-event-aggregator@1.0.0-rc.1.0.0": { | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-framework@1.0.0-beta.1.2.2": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.3.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.2", | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1.2.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1.2.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1.2.3" | ||
"npm:aurelia-framework@1.0.0-rc.1.0.1": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-rc.1.0.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-rc.1.0.0", | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-rc.1.0.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-rc.1.0.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-history-browser@1.0.0-beta.1.2.0": { | ||
"aurelia-history": "npm:aurelia-history@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-history-browser@1.0.0-rc.1.0.0": { | ||
"aurelia-history": "npm:aurelia-history@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-loader-default@1.0.0-beta.1.2.1": { | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1.2.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-loader-default@1.0.0-rc.1.0.0": { | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-rc.1.0.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-loader@1.0.0-beta.1.2.0": { | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1" | ||
"npm:aurelia-loader@1.0.0-rc.1.0.0": { | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-logging-console@1.0.0-beta.1.2.0": { | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-logging-console@1.0.0-rc.1.0.0": { | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-metadata@1.0.0-beta.1.2.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-metadata@1.0.0-rc.1.0.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-pal-browser@1.0.0-beta.1.2.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-pal-browser@1.0.0-rc.1.0.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-polyfills@1.0.0-beta.1.1.2": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-polyfills@1.0.0-rc.1.0.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-route-recognizer@1.0.0-beta.1.2.0": { | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1" | ||
"npm:aurelia-route-recognizer@1.0.0-rc.1.0.0": { | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-router@1.0.0-beta.1.2.1": { | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.2", | ||
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0-beta.1.2.0", | ||
"aurelia-history": "npm:aurelia-history@1.0.0-beta.1.2.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1", | ||
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@1.0.0-beta.1.2.0" | ||
"npm:aurelia-router@1.0.0-rc.1.0.0": { | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-rc.1.0.0", | ||
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@1.0.0-rc.1.0.0", | ||
"aurelia-history": "npm:aurelia-history@1.0.0-rc.1.0.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0", | ||
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-task-queue@1.0.0-beta.1.2.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0" | ||
"npm:aurelia-task-queue@1.0.0-rc.1.0.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-templating-binding@1.0.0-beta.1.2.1": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.3.2", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1.2.3" | ||
"npm:aurelia-templating-binding@1.0.0-rc.1.0.0": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-rc.1.0.2", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.3.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.2", | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1.2.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1.2.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1.2.3" | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-rc.1.0.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-rc.1.0.0", | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-rc.1.0.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-rc.1.0.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-templating-router@1.0.0-beta.1.2.0": { | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.2", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1", | ||
"aurelia-router": "npm:aurelia-router@1.0.0-beta.1.2.1", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1.2.3" | ||
"npm:aurelia-templating-router@1.0.0-rc.1.0.0": { | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-rc.1.0.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0", | ||
"aurelia-router": "npm:aurelia-router@1.0.0-rc.1.0.0", | ||
"aurelia-templating": "npm:aurelia-templating@1.0.0-rc.1.0.0" | ||
}, | ||
"npm:aurelia-templating@1.0.0-beta.1.2.3": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.3.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.2", | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1.2.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.2.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.2.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.2.1", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1.2.0" | ||
"npm:aurelia-templating@1.0.0-rc.1.0.0": { | ||
"aurelia-binding": "npm:aurelia-binding@1.0.0-rc.1.0.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-rc.1.0.0", | ||
"aurelia-loader": "npm:aurelia-loader@1.0.0-rc.1.0.0", | ||
"aurelia-logging": "npm:aurelia-logging@1.0.0-rc.1.0.0", | ||
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0", | ||
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-rc.1.0.0" | ||
}, | ||
@@ -161,7 +168,15 @@ "npm:babel-runtime@5.8.38": { | ||
}, | ||
"npm:chart.js@2.0.2": { | ||
"chartjs-color": "npm:chartjs-color@1.0.22", | ||
"npm:buffer@3.6.0": { | ||
"base64-js": "npm:base64-js@0.0.8", | ||
"child_process": "github:jspm/nodelibs-child_process@0.1.0", | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"moment": "npm:moment@2.13.0", | ||
"ieee754": "npm:ieee754@1.1.6", | ||
"isarray": "npm:isarray@1.0.0", | ||
"process": "github:jspm/nodelibs-process@0.1.2" | ||
}, | ||
"npm:chart.js@2.1.6": { | ||
"chartjs-color": "npm:chartjs-color@2.0.0", | ||
"child_process": "github:jspm/nodelibs-child_process@0.1.0", | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"moment": "npm:moment@2.14.1", | ||
"process": "github:jspm/nodelibs-process@0.1.2", | ||
@@ -173,7 +188,8 @@ "systemjs-json": "github:systemjs/plugin-json@0.1.2" | ||
}, | ||
"npm:chartjs-color@1.0.22": { | ||
"npm:chartjs-color@2.0.0": { | ||
"buffer": "github:jspm/nodelibs-buffer@0.1.0", | ||
"chartjs-color-string": "npm:chartjs-color-string@0.4.0", | ||
"color-convert": "npm:color-convert@0.5.3" | ||
}, | ||
"npm:core-js@2.3.0": { | ||
"npm:core-js@2.4.0": { | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
@@ -190,4 +206,6 @@ "path": "github:jspm/nodelibs-path@0.1.0", | ||
}, | ||
"npm:process@0.11.2": { | ||
"assert": "github:jspm/nodelibs-assert@0.1.0" | ||
"npm:process@0.11.5": { | ||
"assert": "github:jspm/nodelibs-assert@0.1.0", | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"vm": "github:jspm/nodelibs-vm@0.1.0" | ||
}, | ||
@@ -197,2 +215,5 @@ "npm:util@0.10.3": { | ||
"process": "github:jspm/nodelibs-process@0.1.2" | ||
}, | ||
"npm:vm-browserify@0.0.4": { | ||
"indexof": "npm:indexof@0.0.1" | ||
} | ||
@@ -202,125 +223,132 @@ }, | ||
"aurelia-bundle.min.js": [ | ||
"github:jspm/nodelibs-buffer@0.1.0.js", | ||
"github:jspm/nodelibs-buffer@0.1.0/index.js", | ||
"github:jspm/nodelibs-process@0.1.2.js", | ||
"github:jspm/nodelibs-process@0.1.2/index.js", | ||
"npm:aurelia-binding@1.0.0-beta.1.3.2.js", | ||
"npm:aurelia-binding@1.0.0-beta.1.3.2/aurelia-binding.js", | ||
"npm:aurelia-bootstrapper@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-bootstrapper@1.0.0-beta.1.2.0/aurelia-bootstrapper.js", | ||
"npm:aurelia-dependency-injection@1.0.0-beta.1.2.2.js", | ||
"npm:aurelia-dependency-injection@1.0.0-beta.1.2.2/aurelia-dependency-injection.js", | ||
"npm:aurelia-event-aggregator@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-event-aggregator@1.0.0-beta.1.2.0/aurelia-event-aggregator.js", | ||
"npm:aurelia-framework@1.0.0-beta.1.2.2.js", | ||
"npm:aurelia-framework@1.0.0-beta.1.2.2/aurelia-framework.js", | ||
"npm:aurelia-history-browser@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-history-browser@1.0.0-beta.1.2.0/aurelia-history-browser.js", | ||
"npm:aurelia-history@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-history@1.0.0-beta.1.2.0/aurelia-history.js", | ||
"npm:aurelia-loader-default@1.0.0-beta.1.2.1.js", | ||
"npm:aurelia-loader-default@1.0.0-beta.1.2.1/aurelia-loader-default.js", | ||
"npm:aurelia-loader@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-loader@1.0.0-beta.1.2.0/aurelia-loader.js", | ||
"npm:aurelia-logging-console@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-logging-console@1.0.0-beta.1.2.0/aurelia-logging-console.js", | ||
"npm:aurelia-logging@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-logging@1.0.0-beta.1.2.0/aurelia-logging.js", | ||
"npm:aurelia-metadata@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-metadata@1.0.0-beta.1.2.0/aurelia-metadata.js", | ||
"npm:aurelia-pal-browser@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-pal-browser@1.0.0-beta.1.2.0/aurelia-pal-browser.js", | ||
"npm:aurelia-pal@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-pal@1.0.0-beta.1.2.0/aurelia-pal.js", | ||
"npm:aurelia-path@1.0.0-beta.1.2.1.js", | ||
"npm:aurelia-path@1.0.0-beta.1.2.1/aurelia-path.js", | ||
"npm:aurelia-polyfills@1.0.0-beta.1.1.2.js", | ||
"npm:aurelia-polyfills@1.0.0-beta.1.1.2/aurelia-polyfills.js", | ||
"npm:aurelia-route-recognizer@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-route-recognizer@1.0.0-beta.1.2.0/aurelia-route-recognizer.js", | ||
"npm:aurelia-router@1.0.0-beta.1.2.1.js", | ||
"npm:aurelia-router@1.0.0-beta.1.2.1/aurelia-router.js", | ||
"npm:aurelia-task-queue@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-task-queue@1.0.0-beta.1.2.0/aurelia-task-queue.js", | ||
"npm:aurelia-templating-binding@1.0.0-beta.1.2.1.js", | ||
"npm:aurelia-templating-binding@1.0.0-beta.1.2.1/aurelia-templating-binding.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/abstract-repeater.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/analyze-view-factory.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/array-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/aurelia-templating-resources.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/binding-mode-behaviors.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/binding-signaler.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/compile-spy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/compose.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/css-resource.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/debounce-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/dynamic-element.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/focus.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/hide.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/html-resource-plugin.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/html-sanitizer.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/if.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/map-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/null-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/number-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/repeat-strategy-locator.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/repeat-utilities.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/repeat.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/replaceable.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/sanitize-html.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/set-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/show.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/signal-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/throttle-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/update-trigger-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/view-spy.js", | ||
"npm:aurelia-templating-resources@1.0.0-beta.1.2.2/with.js", | ||
"npm:aurelia-templating-router@1.0.0-beta.1.2.0.js", | ||
"npm:aurelia-templating-router@1.0.0-beta.1.2.0/aurelia-templating-router.js", | ||
"npm:aurelia-templating-router@1.0.0-beta.1.2.0/route-href.js", | ||
"npm:aurelia-templating-router@1.0.0-beta.1.2.0/route-loader.js", | ||
"npm:aurelia-templating-router@1.0.0-beta.1.2.0/router-view.js", | ||
"npm:aurelia-templating@1.0.0-beta.1.2.3.js", | ||
"npm:aurelia-templating@1.0.0-beta.1.2.3/aurelia-templating.js", | ||
"npm:aurelia-binding@1.0.0-rc.1.0.2.js", | ||
"npm:aurelia-binding@1.0.0-rc.1.0.2/aurelia-binding.js", | ||
"npm:aurelia-bootstrapper@1.0.0-rc.1.0.1.js", | ||
"npm:aurelia-bootstrapper@1.0.0-rc.1.0.1/aurelia-bootstrapper.js", | ||
"npm:aurelia-dependency-injection@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-dependency-injection@1.0.0-rc.1.0.0/aurelia-dependency-injection.js", | ||
"npm:aurelia-event-aggregator@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-event-aggregator@1.0.0-rc.1.0.0/aurelia-event-aggregator.js", | ||
"npm:aurelia-framework@1.0.0-rc.1.0.1.js", | ||
"npm:aurelia-framework@1.0.0-rc.1.0.1/aurelia-framework.js", | ||
"npm:aurelia-history-browser@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-history-browser@1.0.0-rc.1.0.0/aurelia-history-browser.js", | ||
"npm:aurelia-history@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-history@1.0.0-rc.1.0.0/aurelia-history.js", | ||
"npm:aurelia-loader-default@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-loader-default@1.0.0-rc.1.0.0/aurelia-loader-default.js", | ||
"npm:aurelia-loader@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-loader@1.0.0-rc.1.0.0/aurelia-loader.js", | ||
"npm:aurelia-logging-console@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-logging-console@1.0.0-rc.1.0.0/aurelia-logging-console.js", | ||
"npm:aurelia-logging@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-logging@1.0.0-rc.1.0.0/aurelia-logging.js", | ||
"npm:aurelia-metadata@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-metadata@1.0.0-rc.1.0.0/aurelia-metadata.js", | ||
"npm:aurelia-pal-browser@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-pal-browser@1.0.0-rc.1.0.0/aurelia-pal-browser.js", | ||
"npm:aurelia-pal@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-pal@1.0.0-rc.1.0.0/aurelia-pal.js", | ||
"npm:aurelia-path@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-path@1.0.0-rc.1.0.0/aurelia-path.js", | ||
"npm:aurelia-polyfills@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-polyfills@1.0.0-rc.1.0.0/aurelia-polyfills.js", | ||
"npm:aurelia-route-recognizer@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-route-recognizer@1.0.0-rc.1.0.0/aurelia-route-recognizer.js", | ||
"npm:aurelia-router@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-router@1.0.0-rc.1.0.0/aurelia-router.js", | ||
"npm:aurelia-task-queue@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-task-queue@1.0.0-rc.1.0.0/aurelia-task-queue.js", | ||
"npm:aurelia-templating-binding@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-templating-binding@1.0.0-rc.1.0.0/aurelia-templating-binding.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/abstract-repeater.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/analyze-view-factory.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/array-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/aurelia-hide-style.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/aurelia-templating-resources.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/binding-mode-behaviors.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/binding-signaler.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/compose.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/css-resource.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/debounce-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/dynamic-element.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/focus.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/hide.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/html-resource-plugin.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/html-sanitizer.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/if.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/map-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/null-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/number-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/repeat-strategy-locator.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/repeat-utilities.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/repeat.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/replaceable.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/sanitize-html.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/set-repeat-strategy.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/show.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/signal-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/throttle-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/update-trigger-binding-behavior.js", | ||
"npm:aurelia-templating-resources@1.0.0-rc.1.0.0/with.js", | ||
"npm:aurelia-templating-router@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-templating-router@1.0.0-rc.1.0.0/aurelia-templating-router.js", | ||
"npm:aurelia-templating-router@1.0.0-rc.1.0.0/route-href.js", | ||
"npm:aurelia-templating-router@1.0.0-rc.1.0.0/route-loader.js", | ||
"npm:aurelia-templating-router@1.0.0-rc.1.0.0/router-view.js", | ||
"npm:aurelia-templating@1.0.0-rc.1.0.0.js", | ||
"npm:aurelia-templating@1.0.0-rc.1.0.0/aurelia-templating.js", | ||
"npm:babel-core@5.8.38.js", | ||
"npm:babel-core@5.8.38/browser.js", | ||
"npm:chart.js@2.0.2.js", | ||
"npm:chart.js@2.0.2/src/chart.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.Bar.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.Bubble.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.Doughnut.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.Line.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.PolarArea.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.Radar.js", | ||
"npm:chart.js@2.0.2/src/charts/Chart.Scatter.js", | ||
"npm:chart.js@2.0.2/src/controllers/controller.bar.js", | ||
"npm:chart.js@2.0.2/src/controllers/controller.bubble.js", | ||
"npm:chart.js@2.0.2/src/controllers/controller.doughnut.js", | ||
"npm:chart.js@2.0.2/src/controllers/controller.line.js", | ||
"npm:chart.js@2.0.2/src/controllers/controller.polarArea.js", | ||
"npm:chart.js@2.0.2/src/controllers/controller.radar.js", | ||
"npm:chart.js@2.0.2/src/core/core.animation.js", | ||
"npm:chart.js@2.0.2/src/core/core.controller.js", | ||
"npm:chart.js@2.0.2/src/core/core.datasetController.js", | ||
"npm:chart.js@2.0.2/src/core/core.element.js", | ||
"npm:chart.js@2.0.2/src/core/core.helpers.js", | ||
"npm:chart.js@2.0.2/src/core/core.js", | ||
"npm:chart.js@2.0.2/src/core/core.layoutService.js", | ||
"npm:chart.js@2.0.2/src/core/core.legend.js", | ||
"npm:chart.js@2.0.2/src/core/core.scale.js", | ||
"npm:chart.js@2.0.2/src/core/core.scaleService.js", | ||
"npm:chart.js@2.0.2/src/core/core.title.js", | ||
"npm:chart.js@2.0.2/src/core/core.tooltip.js", | ||
"npm:chart.js@2.0.2/src/elements/element.arc.js", | ||
"npm:chart.js@2.0.2/src/elements/element.line.js", | ||
"npm:chart.js@2.0.2/src/elements/element.point.js", | ||
"npm:chart.js@2.0.2/src/elements/element.rectangle.js", | ||
"npm:chart.js@2.0.2/src/scales/scale.category.js", | ||
"npm:chart.js@2.0.2/src/scales/scale.linear.js", | ||
"npm:chart.js@2.0.2/src/scales/scale.logarithmic.js", | ||
"npm:chart.js@2.0.2/src/scales/scale.radialLinear.js", | ||
"npm:chart.js@2.0.2/src/scales/scale.time.js", | ||
"npm:base64-js@0.0.8.js", | ||
"npm:base64-js@0.0.8/lib/b64.js", | ||
"npm:buffer@3.6.0.js", | ||
"npm:buffer@3.6.0/index.js", | ||
"npm:chart.js@2.1.6.js", | ||
"npm:chart.js@2.1.6/src/chart.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.Bar.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.Bubble.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.Doughnut.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.Line.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.PolarArea.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.Radar.js", | ||
"npm:chart.js@2.1.6/src/charts/Chart.Scatter.js", | ||
"npm:chart.js@2.1.6/src/controllers/controller.bar.js", | ||
"npm:chart.js@2.1.6/src/controllers/controller.bubble.js", | ||
"npm:chart.js@2.1.6/src/controllers/controller.doughnut.js", | ||
"npm:chart.js@2.1.6/src/controllers/controller.line.js", | ||
"npm:chart.js@2.1.6/src/controllers/controller.polarArea.js", | ||
"npm:chart.js@2.1.6/src/controllers/controller.radar.js", | ||
"npm:chart.js@2.1.6/src/core/core.animation.js", | ||
"npm:chart.js@2.1.6/src/core/core.controller.js", | ||
"npm:chart.js@2.1.6/src/core/core.datasetController.js", | ||
"npm:chart.js@2.1.6/src/core/core.element.js", | ||
"npm:chart.js@2.1.6/src/core/core.helpers.js", | ||
"npm:chart.js@2.1.6/src/core/core.js", | ||
"npm:chart.js@2.1.6/src/core/core.layoutService.js", | ||
"npm:chart.js@2.1.6/src/core/core.legend.js", | ||
"npm:chart.js@2.1.6/src/core/core.plugin.js", | ||
"npm:chart.js@2.1.6/src/core/core.scale.js", | ||
"npm:chart.js@2.1.6/src/core/core.scaleService.js", | ||
"npm:chart.js@2.1.6/src/core/core.title.js", | ||
"npm:chart.js@2.1.6/src/core/core.tooltip.js", | ||
"npm:chart.js@2.1.6/src/elements/element.arc.js", | ||
"npm:chart.js@2.1.6/src/elements/element.line.js", | ||
"npm:chart.js@2.1.6/src/elements/element.point.js", | ||
"npm:chart.js@2.1.6/src/elements/element.rectangle.js", | ||
"npm:chart.js@2.1.6/src/scales/scale.category.js", | ||
"npm:chart.js@2.1.6/src/scales/scale.linear.js", | ||
"npm:chart.js@2.1.6/src/scales/scale.linearbase.js", | ||
"npm:chart.js@2.1.6/src/scales/scale.logarithmic.js", | ||
"npm:chart.js@2.1.6/src/scales/scale.radialLinear.js", | ||
"npm:chart.js@2.1.6/src/scales/scale.time.js", | ||
"npm:chartjs-color-string@0.4.0.js", | ||
"npm:chartjs-color-string@0.4.0/color-string.js", | ||
"npm:chartjs-color@1.0.22.js", | ||
"npm:chartjs-color@1.0.22/src/color.js", | ||
"npm:chartjs-color@2.0.0.js", | ||
"npm:chartjs-color@2.0.0/index.js", | ||
"npm:color-convert@0.5.3.js", | ||
@@ -331,8 +359,12 @@ "npm:color-convert@0.5.3/conversions.js", | ||
"npm:color-name@1.1.1/index.js", | ||
"npm:moment@2.13.0.js", | ||
"npm:moment@2.13.0/moment.js", | ||
"npm:process@0.11.2.js", | ||
"npm:process@0.11.2/browser.js" | ||
"npm:ieee754@1.1.6.js", | ||
"npm:ieee754@1.1.6/index.js", | ||
"npm:isarray@1.0.0.js", | ||
"npm:isarray@1.0.0/index.js", | ||
"npm:moment@2.14.1.js", | ||
"npm:moment@2.14.1/moment.js", | ||
"npm:process@0.11.5.js", | ||
"npm:process@0.11.5/browser.js" | ||
] | ||
} | ||
}); |
{ | ||
"jspm": { | ||
"dependencies": { | ||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.1.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.1.3", | ||
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.1.2", | ||
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0-beta.1.1.4", | ||
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1.1.2", | ||
"chartjs": "npm:chart.js@^2.0.2" | ||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-rc.1.0.1", | ||
"aurelia-framework": "npm:aurelia-framework@^1.0.0-rc.1.0.1", | ||
"chart.js": "npm:chart.js@^2.0.2" | ||
}, | ||
@@ -15,5 +12,3 @@ "devDependencies": { | ||
"babel-runtime": "npm:babel-runtime@^5.8.24", | ||
"core-js": "npm:core-js@^2.0.3", | ||
"traceur": "github:jmcriffey/bower-traceur@0.0.93", | ||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.93" | ||
"core-js": "npm:core-js@^2.0.3" | ||
}, | ||
@@ -20,0 +15,0 @@ "overrides": { |
{ | ||
"name": "aurelia-chart", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"registry": "jspm", | ||
@@ -24,8 +24,4 @@ "description": "A simple element to handle showing charts (uses chart js behind the scenes)", | ||
"dependencies": { | ||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.1.2", | ||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.1.3", | ||
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.1.2", | ||
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0-beta.1.1.4", | ||
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1.1.1", | ||
"chartjs": "npm:chart.js@^2.0.2" | ||
"aurelia-framework": "npm:aurelia-framework@^1.0.0-rc.1.0.1", | ||
"chart.js": "npm:chart.js@^2.0.2" | ||
}, | ||
@@ -36,3 +32,3 @@ "devDependencies": { | ||
"babel-runtime": "npm:babel-runtime@^5.8.24", | ||
"core-js": "npm:core-js@^1.1.4", | ||
"core-js": "npm:core-js@^2.0.3", | ||
"text": "github:systemjs/plugin-text@^0.0.7" | ||
@@ -45,2 +41,6 @@ } | ||
}, | ||
"dependencies": { | ||
"aurelia-framework": "^1.0.0-rc.1.0.1", | ||
"chart.js": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
@@ -47,0 +47,0 @@ "aurelia-tools": "^0.1.12", |
import {inject, customAttribute, bindable} from 'aurelia-framework' | ||
import {ModelObserver} from "../observers/model-observer" | ||
import Chart from "chartjs" | ||
import Chart from "chart.js" | ||
@@ -5,0 +5,0 @@ @customAttribute('chart') |
import {inject, customElement, useView, bindable} from 'aurelia-framework' | ||
import {ModelObserver} from "../observers/model-observer" | ||
import Chart from "chartjs" | ||
import Chart from "chart.js" | ||
@@ -5,0 +5,0 @@ @customElement('chart') |
Sorry, the diff of this file is too big to display
1774857
12140
2
53
+ Addedchart.js@^2.0.2
+ Addedaurelia-binding@2.5.4(transitive)
+ Addedaurelia-dependency-injection@1.6.1(transitive)
+ Addedaurelia-framework@1.4.1(transitive)
+ Addedaurelia-loader@1.0.2(transitive)
+ Addedaurelia-logging@1.5.2(transitive)
+ Addedaurelia-metadata@1.0.8(transitive)
+ Addedaurelia-pal@1.8.2(transitive)
+ Addedaurelia-path@1.1.8(transitive)
+ Addedaurelia-task-queue@1.3.3(transitive)
+ Addedaurelia-templating@1.11.1(transitive)
+ Addedchart.js@2.9.4(transitive)
+ Addedchartjs-color@2.4.1(transitive)
+ Addedchartjs-color-string@0.6.0(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.31.1.4(transitive)
+ Addedmoment@2.30.1(transitive)