Skip to content

Commit

Permalink
Fix nps text flipping when in reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Jul 13, 2024
1 parent 4c0b7cc commit d052197
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/gui/widget/NPSGraphWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ export class NPSGraphWidget extends BaseTimelineWidget {
} else {
this.xOffset = 20
}

this.npsText.scale.y = Options.chart.reverse ? -1 : 1

super.update()
}

Expand Down

0 comments on commit d052197

Please sign in to comment.