Skip to content

Commit

Permalink
fix show empty rating some points in time
Browse files Browse the repository at this point in the history
in rating chart
  • Loading branch information
IvanPavilionG7 committed Jan 29, 2022
1 parent fe13e21 commit 3756ab4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ private void buildData(List<PathElement> elements) {
putMapRatingValue(++leftXCoordinate, value += augmentation);
}
} else {
putMapRatingValue(leftXCoordinate, rating1);
putMapRatingValue(++leftXCoordinate, rating1);
}
}
}
Expand Down

0 comments on commit 3756ab4

Please sign in to comment.