carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

How to combine two differents types of charts #55

Closed equero closed 8 years ago

equero commented 8 years ago

There are any possible to create a barchart combined with line chart?¿. Is very hard to find a free library for commercial use.

If not, anyone know any jquery/angularjs directive/javascript lib to do that?

SarasArya commented 8 years ago

You can try amcharts.js It is a free library and one of the most beautiful ones.

chiragbanjan commented 8 years ago

I had written a simple angularjs Directive for Charts.js 2.0 Charts.js v2.0 supports combined bar and line chart. Plunker link

carlcraig commented 8 years ago

Version 2.1.X of this library is now working with Chart.js 2.x

Going to close this as there seems to be some solution.