Hugo

Results 3 comments of Hugo

Does anyone started to work on this feature ? Any way to contribute to implement it ?

Let's say I have a component with this template ```{{ember-chart type='horizontalBar' data=barData options=chartOptions width=200 height=200}}``` Now in my `component.js` I want to access the instance of the chart I created...

I was trying to handle an event on the Chart y-axis, so I did something like that (which is a bit ugly but working for now): ``` @readOnly @computed('data') chartOptions...