jtblin / angular-chart.js

Reactive, responsive, beautiful charts for AngularJS using Chart.js: http://jtblin.github.io/angular-chart.js
Other
2.67k stars 759 forks source link

AngularJS 2, TypeScript and Angular-Chart #349

Open anderflash opened 8 years ago

anderflash commented 8 years ago

Hi, Is there any plans to use AngularJS 2? For example, with Typescript. Thanks

jtblin commented 8 years ago

Yes. I was planning to have a look after support for chart.js 2.0 is merged which should happen pretty soon, see https://github.com/jtblin/angular-chart.js/tree/chartjs-2.0.

johnmanko commented 8 years ago

I'm keeping an eye on this. :) Do we have an estimated ETA for the Chart.js 2.0 merger, and then support for AngularJS 2?

jtblin commented 8 years ago

Chart.js 2.x merge should be coming soon. I've added support for all new types of charts and got pretty much all the breaking changes in that I wanted so far. I'm thinking of publishing as beta (i.e. no more changes to the API) in the next few days, bake for 1 or 2 weeks then merge to master. I'll probably start converting to typescript soon after that, then support for Angular 2.x.

atorefrank commented 8 years ago

Will you be posting here as soon as typescript is enabled?

jtblin commented 8 years ago

Yes, I will be posting the progress here. Not sure when I'm going to start on that yet.

jtblin commented 8 years ago

I've started to look at typescript conversion over the weekend however it's going to take some time...

elekzalan commented 7 years ago

Hello @jtblin ! Any news on this topic?