Skip to content

Commit

Permalink
Merge pull request #1 from Glavin001/master
Browse files Browse the repository at this point in the history
Update from master
  • Loading branch information
jeff-phillips-18 committed Jun 22, 2015
2 parents dd4c03b + 5a67145 commit 64085a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/components/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ Ember.C3.ChartComponent = Ember.Component.extend({
'size',
'padding',
'color',
'transition'
'transition',
'point'
]);
c.bindto = self.get('element');
return c;
Expand All @@ -149,7 +150,8 @@ Ember.C3.ChartComponent = Ember.Component.extend({
'size',
'padding',
'color',
'transition'),
'transition',
'point'),

/**
Data Observer
Expand Down

0 comments on commit 64085a6

Please sign in to comment.