Skip to content

Conversation

nickelsen
Copy link
Contributor

I bailed on fixing apm from the ground up and gave it a shot at 'just' fixing the plotting. This seem to work.

I've tested it by comparing a replay (from tonight) between my ggtrackerstack and ggtracker.com, which are pretty similar (although it seems to have had a positive effect on creep spread tracking visualization also).

ggtrackerstack:
screen shot 2016-04-21 at 21 24 24

ggtracker.com:
screen shot 2016-04-21 at 21 20 17

this._series.apm.entities[_entity] = $.extend({data: entity.data.apm, pointStart: 1}, base_series);
this._series.wpm.entities[_entity] = $.extend({data: entity.data.wpm, pointStart: 1}, base_series);
this._series.creep_spread.entities[_entity] = $.extend({data: entity.data.creep_spread, pointStart: 1}, base_series);
console.log(entity.data.apm);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

of course you want to remove this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good catch! I've updated the commit.

@nickelsen nickelsen force-pushed the rescale-apm-series branch from 68662b6 to be09707 Compare April 22, 2016 09:21
@nickelsen
Copy link
Contributor Author

Should I do more on this or do you want to merge it as is?

@dsjoerg
Copy link
Owner

dsjoerg commented Apr 25, 2016

I will test it and see if it's OK to deploy. There are no outstanding issues aside from my need to test it.

@dsjoerg
Copy link
Owner

dsjoerg commented Apr 26, 2016

Looks good! Tried it on a 1v1 and a 2v2 and it worked on both :)

@dsjoerg dsjoerg merged commit dcab52f into dsjoerg:master Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants