Is there a way to show a graph of repository contributors in TFS 2013 dashboard like github shows as shown here : About Repository Graphs
ETA: I need graph for TFVC
Is there a way to show a graph of repository contributors in TFS 2013 dashboard like github shows as shown here : About Repository Graphs
ETA: I need graph for TFVC
Visual Studio 2015 will offer something like that in the IDE as part of Code Lens when you're using a Git repository.
For TFVC it's possible to construct a report like this based on the Code Churn dimension in the data warehouse, but there is no out-of-the-box report that visualizes the changes and contributions in a ready to use dashboard.