jettro / c3-angular-directive

Contains angularjs directives that use c3js to create good looking graphs
http://jettro.github.io/c3-angular-directive/
MIT License
203 stars 98 forks source link

Area charts? #165

Closed Perrazoo closed 7 years ago

Perrazoo commented 7 years ago

Thanks for your effort to make it simple the integration with angular of c3 library.

Is there any directive to create area chart?

Thanks!

gligoran commented 7 years ago

@Perrazoo You can use C3.js types. Try setting column-type to area or area-spline. (http://c3js.org/samples/chart_area_stacked.html)

Perrazoo commented 7 years ago

Already done! Thank you!

That comment was at the beginning with the library :)