|
@@ -12,7 +12,16 @@ System.config({
|
|
|
"angular-bindonce": "vendor/angular-bindonce/bindonce.js",
|
|
"angular-bindonce": "vendor/angular-bindonce/bindonce.js",
|
|
|
"spectrum": "vendor/spectrum.js",
|
|
"spectrum": "vendor/spectrum.js",
|
|
|
"filesaver": "vendor/filesaver.js",
|
|
"filesaver": "vendor/filesaver.js",
|
|
|
- "bootstrap-tagsinput": "vendor/tagsinput/bootstrap-tagsinput.js"
|
|
|
|
|
|
|
+ "bootstrap-tagsinput": "vendor/tagsinput/bootstrap-tagsinput.js",
|
|
|
|
|
+ 'jquery.flot': 'vendor/flot/jquery.flot',
|
|
|
|
|
+ 'jquery.flot.pie': 'vendor/flot/jquery.flot.pie',
|
|
|
|
|
+ 'jquery.flot.events': 'vendor/flot/jquery.flot.events',
|
|
|
|
|
+ 'jquery.flot.selection': 'vendor/flot/jquery.flot.selection',
|
|
|
|
|
+ 'jquery.flot.stack': 'vendor/flot/jquery.flot.stack',
|
|
|
|
|
+ 'jquery.flot.stackpercent':'vendor/flot/jquery.flot.stackpercent',
|
|
|
|
|
+ 'jquery.flot.time': 'vendor/flot/jquery.flot.time',
|
|
|
|
|
+ 'jquery.flot.crosshair': 'vendor/flot/jquery.flot.crosshair',
|
|
|
|
|
+ 'jquery.flot.fillbelow': 'vendor/flot/jquery.flot.fillbelow',
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
packages: {
|
|
packages: {
|