-
- Downloads
fix plotting, use time as x-axis (still with dummy dates), fix navigation behaviour
Showing
- app/components/time-series-plot.js 31 additions, 2 deletionsapp/components/time-series-plot.js
- app/components/time-series.js 2 additions, 2 deletionsapp/components/time-series.js
- app/templates/components/time-series.hbs 1 addition, 1 deletionapp/templates/components/time-series.hbs
- ember-cli-build.js 1 addition, 0 deletionsember-cli-build.js
- package.json 1 addition, 0 deletionspackage.json
... | ... | @@ -46,6 +46,7 @@ |
"ember-load-initializers": "^0.5.0", | ||
"ember-resolver": "^2.0.3", | ||
"ember-route-action-helper": "0.3.2", | ||
"ember-truth-helpers": "1.2.0", | ||
"loader.js": "^4.0.0", | ||
"lodash": "^4.11.1", | ||
"node-sass": "^3.8.0" | ||
... | ... |
Please register or sign in to comment