3

I have been using the bar charts from Angular Charts Directive , which has been created using charts.js .

GitHub Link : Angular Charts

But I need to show a Waterfall Chart in my Application. Can someone please help me to create a Waterfall Chart in my Angular App?

A deep hearted thank You in advance!!

Sabyasachi
  • 411
  • 4
  • 9
  • 21

2 Answers2

6

If you want to make waterfall chart, please use this link https://www.zingchart.com/docs/chart-types/waterfall-charts/

make sure it will help you !!!

Tajkia Rahman Toma
  • 472
  • 1
  • 5
  • 16
VjyV
  • 344
  • 2
  • 13
  • Hi @Vijay Patel, Thanks for your help. Actually I used highcharts for my app Heres the Github Link : http://pablojim.github.io/highcharts-ng/. It works fine. Except that it is paid software. – Sabyasachi Jul 17 '16 at 04:47
  • 1
    Full Disclosure, I'm a member of the ZingChart team. [Here](http://codepen.io/nardecky/pen/zBRzvG) is a waterfall chart working with Angular. – nardecky Jul 18 '16 at 17:11
0

Another nice alternative is using HighCharts for making waterfall charts : https://github.com/pablojim/highcharts-ng.

It looks and feels better than zingcharts. But, it is a paid product!

Tajkia Rahman Toma
  • 472
  • 1
  • 5
  • 16
Sabyasachi
  • 411
  • 4
  • 9
  • 21