Marc Rasmussen
Marc Rasmussen

Reputation: 20565

Angular chartjs multiple chart types

I have imported the lib: angular-chart.js

Now i am trying to make a chart that contains both a bar graph and a line graph

Sadly though the documentation does not specify how i can achieve this.

Does anyone have any experience with this and know how i can accomplish the issue? And know if it is even possible since the creating is rather different since you are using 1 canvas to contain your chart

Upvotes: 0

Views: 233

Answers (1)

ramamoorthy_villi
ramamoorthy_villi

Reputation: 2055

Try Highcharts ng

Here is Angular Highcharts

Highchart bar-line chart example Bar-line

Upvotes: 1

Related Questions