angular-dygraphs
angular-dygraphs copied to clipboard
AngularJS directive for dygraphs
I need all my dygraphs start at 0. And for that I tried to add to graph options and nothing happen.. my graphs still show negative values... I tried to...
In your `scope.$watch('data'...`, you have complete the update of the graph with a call to `resize()`. While this may not be an issue for static plotting, if you do use...
When stretching the window from left to right and vice versa, the graph gets continually smaller until it the height of the div containing the graph goes to the height...
The source has calls to console.log scattered throughout which is nice for development but not for production.
Has this directive been tested against angular 1.3? I am getting a race condition on 1.3 with the "resize()" function.
Hello How can I resize the graph when the parent resizes?