Skip to content

Commit

Permalink
Closes #48, Closes #61. Timeseries graphing (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma authored Oct 5, 2018
1 parent 4572b53 commit 8a77c2e
Show file tree
Hide file tree
Showing 42 changed files with 1,374 additions and 370 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ module.exports = {
'linebreak-style': [2, 'unix'],
'new-parens': 2,
'no-array-constructor': 2,
'no-bitwise': 2,
'no-lonely-if': 2,
'no-mixed-operators': 2,
'no-plusplus': 0,
Expand Down
3 changes: 1 addition & 2 deletions app/components/mode-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import Component from '@ember/component';
export default Component.extend({
isToggled: true,
notToggled: not('isToggled'),
toggledText: 'Toggled',
notToggledText: 'Not Toggled',
size: 2,

actions: {
toggle() {
Expand Down
Loading

0 comments on commit 8a77c2e

Please sign in to comment.