Devonte

Results 34 comments of Devonte

has @bajtos given you any help with this yet?

Still doesnt work with your updates @ar90n

@amondnet how are we looking for this?

Ha i saw your message only after making the PR but it does seem to work with your current gmap for apps github package

@walter When i try and use this I get an error that says ``` Uncaught (in promise) Error: "candlestick" is not a registered controller. ```

@walter I was thinking maybe it was different versions of chart.js being used in ember-cli-chart and temp-chartjs-candlestick. I am pretty sure I used the same versions at 3.5.1 but I...

@walter could it be that we are importing the [index.esm.js](https://github.com/chartjs/chartjs-chart-financial/blob/master/src/index.esm.js) file which does not actually register the controllers Yup just tested it out. What we need to do is ```...

Also in `index.js` I think all we need is this ``` 'use strict'; module.exports = { name: require('./package').name, }; ``` Since we are no longer including any files

@walter yup tested with `ohlc` and it works

The above is my table and I'm wondering if there is anything I am doing so badly that is causing it to render so slowly i.e. 3 secs after data...