Here is my first trial to build a chrome extension. It fixes and tweaks the plots for the giant melee games. (Currently the plots for the giant melee games are not working: http://planets.nu/discussion/pie-charts-for-giant-melee-not-working.) The extension fixes that problem and at the same time adds a filter which groups all players with low contribution to the pie charts into one group called "Others". Especially for the giant melee games everything gets really crowded in the pie charts otherwise. I randomly specified thresholds for the different pie charts to be 1.5% military score, 1.5% of owned planets, and 2.0% of owned planets.
(The code could just be added into the standard NU code. The changes are pretty small and can be easily checked.) |