Skip to content

Commit

Permalink
Checking built lib.js and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Jun 22, 2015
1 parent 64085a6 commit 43daab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ See http://c3js.org/examples.html for examples of how to use C3.
bar=bar
pie=pie
donut=donut
gauge=gauge
grid=grid
legend=legend
tooltip=tooltip
Expand All @@ -66,6 +67,7 @@ See http://c3js.org/examples.html for examples of how to use C3.
padding=padding
color=color
transition=transition
point=point
}}
```

Expand Down
6 changes: 4 additions & 2 deletions build/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ Ember.C3.ChartComponent = Ember.Component.extend({
'size',
'padding',
'color',
'transition'
'transition',
'point'
]);
c.bindto = self.get('element');
return c;
Expand All @@ -161,7 +162,8 @@ Ember.C3.ChartComponent = Ember.Component.extend({
'size',
'padding',
'color',
'transition'),
'transition',
'point'),

/**
Data Observer
Expand Down

0 comments on commit 43daab6

Please sign in to comment.