Skip to content

Commit

Permalink
Add ability to specify point settings
Browse files Browse the repository at this point in the history
Will pass object passed to `point` through to C3.
  • Loading branch information
egeriis committed Mar 27, 2015
1 parent 98636c0 commit 3586cad
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 @@ -150,7 +151,8 @@ Ember.C3.ChartComponent = Ember.Component.extend({
'size',
'padding',
'color',
'transition'),
'transition',
'point'),

/**
Data Observer
Expand Down

0 comments on commit 3586cad

Please sign in to comment.