Hi,
I am looking for a charting library for my Angular 2 application. I want to represent huge data set and zooming, dragging features need to have. I searched and found dozen of libraries and now I am confusing with D3 and
Google Charts. Since I am using Angular 2 I have to use
angular2-google-chart npm package. Does this npm package support all the features (zooming, dragging & etc.) of
Google Charts.
Which one is better to use in Angular 2 application ?
If I am using Google Charts in my Angular 2 application how should I do it ?
Thanks