Is there any directive for highcharts where you don't need the full jQuery? This ones seem's the most popular at the moment but I can't get it work without jQuery: https://github.com/pablojim/highcharts-ng
Is it possible to write a highcharts directive and only using the light version of jQuery that is included with angular?
If I do have to include the full jQuery, will it affect the loading time/performance of my app signifigantly?