Statistics chart API
hi i build a summary page for all of our projects. (status icon, code covrage)
i would prefer using the charts from the statisitcs tab for better visuals.
is there a way to accses them via api?
Thanks
Daniel
Please sign in to leave a comment.
Hello Daniel,
Unfortunately, no - we have a feature request on the matter, though. Please consider voting or commenting on it as you see fit.
Depending on the data represented on the charts, you might be able to gather it "manually" via series of separate requests to get a list of build configurations first, then access builds in each build configuration and check build stats to aggregate them.