-
Notifications
You must be signed in to change notification settings - Fork 77
Create a better graph #18
Comments
Wouldn't depending on a third party library introduce a potential conflict if the application you're showing stats for uses a different version of that same library? |
Hadn't thought of that. Good point. Since I'm planning on merging this into batarang, I think we may go a different direction anyway. Perhaps we'd show the graph in the developer tools... |
Do you plan on maintaining a functional standalone version for ng-stats? I'd like to implement it in ng-inspector with your permission. We haven't decided yet what to do eventually with batarang/ng-inspector (the goal is to eventually merge them) but moving towards a common base is a good first step. edit: (sorry for deleting/reposting, hit submit by accident before I was done writing) |
I do plan on retiring deprecating ng-stats when it's implemented in batarang. You're more than welcome to implement it in ng-inspector :D |
This is twice as tricky as it's being implemented into This way, Batarang could display a graph in DevTools, inspect could place it on the page - everyone gets flexibility. |
👍 I like that approach. |
I like that solution a lot |
Now that you can add your own listener for the digest cycle and watch count, it would be cool to use ChartJS or D3 to create a better graph to display the data.
The text was updated successfully, but these errors were encountered: