VMormoris / tw2-stats

Apache License 2.0
3 stars 2 forks source link

Bash points on tribe and Player info #9

Open djbears32 opened 2 years ago

djbears32 commented 2 years ago

THe bash doesnt add up to whats in game it looks like it tracks from the start of data grabbing vs actual total in game

VMormoris commented 2 years ago

As we discussed on discord this is intended.

With the most recent changes, as the title on graphs says, we are presenting the difference in bash points the last 3 days. The reason I change it is that the previous graphs was mostly showing flat lines and it was very difficult to distinguish any differences.

One solution that I had in mind was plotting the offsets just like right now, but reporting the actual values on the y-axis. Unfortunately this wouldn't work since every type of bash point starts from a different spot. So if we want to follow this solution we will have to split the graph into 3 different ones for each type of bash point (OBP, DBP, TBP).