Search code examples
angularjshighchartshighcharts-ng

Add more charts in angular highcharts


I use angular highcharts-ng and only have a line chart, bar chart and pie chart. Now how can I add more charts like gauge chart and score card in this plugin?

plugin github page


Solution

  • You'll need to add a new series with the desired chart type. There are some good demos on the Highcharts home page that show combo graphs.