2

I am trying to use highcharts with angular. now I wanted to use ready made directive highcharts-ng but nothing is showing up. I am suspecting that I need to download/use external library although I see nothing mentioning that. so my question is Do i need to to download an external file/library to use the highcharts-ng directive?

regards,

Muhammad Bekette
  • 1,396
  • 1
  • 24
  • 60

1 Answers1

2

In the readme of the github everything is explained, including how to add the script from a cdn but you can also download the file that is inside the src folder

https://github.com/pablojim/highcharts-ng

ThibaudL
  • 999
  • 9
  • 16