diff --git a/fmd-telemetry/src/app/pages/stats/follow-up/follow-up.component.ts b/fmd-telemetry/src/app/pages/stats/follow-up/follow-up.component.ts index d366ab8..22868e7 100644 --- a/fmd-telemetry/src/app/pages/stats/follow-up/follow-up.component.ts +++ b/fmd-telemetry/src/app/pages/stats/follow-up/follow-up.component.ts @@ -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' });