Description
This chart shows the number of projects of each team size listed in Rubyforge.
Visualization

SQL Script
SELECT DISTINCT dev_count, count(DISTINCT proj_unixname) AS count
FROM rf_projects
WHERE datasource_id = <current>
GROUP BY dev_count
ORDER BY count DESC , dev_count;
| Attachment | Size |
|---|---|
| rfDeveloperCount.gif | 10.28 KB |