Skip to content

Commit 3d5d759

Browse files
committed
put race macro charts back in so JP can see them which will help him debug
1 parent e3b3908 commit 3d5d759

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

app/views/matches/show.html.erb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,33 @@ completed to when 3x640 = 1920 minerals per minute income is achieved." data-gra
261261
<a href class="ggtipper2" title="Number of bases.<br><br>Bases are considered alive 100 seconds after the build command (worker travel time is ignored).<br><br>They are considered dead after the last time they are selected." data-gravity="n">bases</a>
262262
</span>
263263
</chart>
264+
<macrochart class="grid_1" match="match" ng-show="show" ng-repeat="entity in match.race_entities('Z')">
265+
<span class="title">
266+
<a href class="ggtipper2" title="Each row is a Hatchery/Lair/Hive.<br><br>Times when larva-inject is active are colored rectangles. Those are good.<br><br>A score of 60% means that your Hatches were injected with larva 60% of the time. The higher the better. Scores are not comparable across races.<br><br>You can click and drag to zoom." data-gravity="n">
267+
{{ entity.identity.name }}'s inject timing ({{ entity.race_macro_pretty() }}%)
268+
</a>
269+
</span>
270+
</macrochart>
271+
272+
<chart id="creep_spread" ng-show="$parent.match.any_creep_spread" class="grid_1" data-series="match.series.creep_spread.combined" data-condensed="condensed">
273+
<span class="title">creep spread</span>
274+
</chart>
275+
264276

277+
<protosschart class="grid_1" match="match" ng-show="show" ng-repeat="entity in match.race_entities('P')">
278+
<span class="title">
279+
<a href class="ggtipper2" title="Each row is a Nexus.<br><br>Chronoboosts are circles. Times when Nexus energy was maxed out are colored rectangles. Those are <b>not good</b>!<br><br>A score of 80% means that your Nexuses were <b>below</b> max energy 80% of the time. The higher the better. Scores are not comparable across races.<br><br>You can click and drag to zoom." data-gravity="n">
280+
{{ entity.identity.name }}'s chronoboosts<br>and nexus energy maxouts ({{ entity.race_macro_pretty() }}%)
281+
</a>
282+
</span>
283+
</protosschart>
284+
<terranchart class="grid_1" match="match" ng-show="show" ng-repeat="entity in match.race_entities('T')">
285+
<span class="title">
286+
<a href class="ggtipper2" title="Each row is an Orbital Command.<br><br>MULEs are squares, scans are circles, supply calldowns are diamonds. Times when Orbital energy was maxed out are colored rectangles. Those are <b>not good</b>!<br><br>A score of 80% means that your Orbitals were <b>below</b> max energy 80% of the time. The higher the better. Scores are not comparable across races.<br><br>You can click and drag to zoom." data-gravity="n">
287+
{{ entity.identity.name }}'s Orbital Command<br>usage and energy maxouts ({{ entity.race_macro_pretty() }}%)
288+
</a>
289+
</span>
290+
</terranchart>
265291
<% end %>
266292
<% if signed_in? %>
267293
<matchnote data-match_id='match.id'></matchnote>

0 commit comments

Comments
 (0)