Skip to content

Commit

Permalink
fix: make nps trendline a bar chart instead of line chart (#27609)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheriques authored Jan 17, 2025
1 parent 6eeae8e commit 2256c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/surveys/SurveyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ function SurveyNPSResults({ survey }: { survey: Survey }): JSX.Element {
],
trendsFilter: {
formula: '(A / (A+B+C) * 100) - (C / (A+B+C) * 100)',
display: 'ActionsBar',
},
},
}}
Expand Down

0 comments on commit 2256c4a

Please sign in to comment.