Skip to content

Commit

Permalink
Streamlined name
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Apr 26, 2024
1 parent 1c41f3e commit 32506a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class FollowUpComponent implements OnInit {
this.createChart(this.chartContainer1, aggregatedData, {
title: 'Feedback Key Distribution',
xLabel: 'Feedback Key',
yLabel: 'Occurrences',
yLabel: 'Count',
xField: 'key',
yField: 'value'
});
Expand Down

0 comments on commit 32506a9

Please sign in to comment.