0

I need free angularjs library which provides various charts and works offline

I have already found angular-chart which looks most used charting library, but cannot find any info if it works offline.

1) Does anyone know if i can use angular-chart offline ?

2) Are there any better or easier to use libraries for charting ?

caked bake
  • 327
  • 2
  • 6
  • 14

1 Answers1

0

D3 is a pretty popular JavaScript data visualization library. You can check out Angular-nvD3 which is a directive based on D3 (and nvD3, which is a project that has re-usable components). It might not be easier, but it's definitely robust.