First off, thank you for the library, it's great. I've been playing around with it, particularly with the points. I've tried changing the points style to line but for some reason they appear as blank.
Here's the code i'm using. $scope.ejecutarBusqueda = function () { var promise = $http.get(url + "opt=call_log_stats&data=" + angular.toJson($scope.filtro)); promise ...