angular-highcharts-directive
angular-highcharts-directive copied to clipboard
Removing JQuery dependency
Is it possible to remove the JQuery dependency?
Highcharts recently did this. It's called like Highcharts Framework or something but they became independent of jQuery.
@clouddueling that's not what I meant. The directive currently uses JQuery here:
https://github.com/rootux/angular-highcharts-directive/blob/master/src/directives/highchart.js#L33
I hope this project isn't dead but I've since forked it and modified it on my own.
I use angular.extend instead: https://gist.github.com/clouddueling/6270582
This project isn't dead. I was just vacationning in the east. @clouddueling Can I override my original $.extend with your angular.extend. Since I'm using deep copy True with $.extend. isn't it better I use the angular.copy?
I updated the gist with my most recent version. https://gist.github.com/clouddueling/6270582 It was a straight replacement for $.extend.