You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we planned to pull out the core functionality and support multiple frameworks - we currently added alpha support for react in this repo, so angular >= 2 shouldn't be that difficult.
We basically have to implement the directive/component functionality like for Angular 1 (can be found here https://github.com/n3-charts/line-chart/tree/master/src/angularjs) that wraps the D3 chart. This should preferably be done in a seperate project, as all the dependencies will (most likely) collide with Angular 1.
I once tried to pull out only the core functionality in a separate prohject (https://github.com/n3-charts/line-chart-vanilla), but I somehow stopped working on this. In my opinion though this would be the best way to split the functionality.
Would be great if you ( @graham-sportsmgmt ) would implement/hack together a working demo/proof of concept with either this repo or the vanilla repo so that I can help you to integrate it to n3-charts.
Is there any plan to support angular 2?
The text was updated successfully, but these errors were encountered: