UX: Graph surprise next to joy in post_emotion chart (#291)

This commit is contained in:
Roman Rizzi 2023-11-10 14:41:50 -03:00 committed by GitHub
parent a4f419f54f
commit 244a338558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module DiscourseAi
threshold: threshold,
)
emotions = %w[sadness surprise fear anger joy disgust]
emotions = %w[sadness disgust fear anger joy surprise]
level_groups = [[0, 1], [2, 3, 4]]
return report if grouped_emotions.empty?