We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c1808 commit 10b96dcCopy full SHA for 10b96dc
1 file changed
src/commands/analytics/output-analytics.mts
@@ -277,7 +277,8 @@ function displayAnalyticsScreen(data: FormattedData): void {
277
barBgColor: 'magenta',
278
})
279
280
- screen.append(bar) //must append before setting data
+ // Must append before setting data.
281
+ screen.append(bar)
282
283
bar.setData({
284
titles: Object.keys(data.top_five_alert_types),
0 commit comments