Skip to content

Commit

Permalink
add formatter back
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed May 23, 2024
1 parent a4c806f commit 11ab6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/reports/DistributionChartFacet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,14 @@ const distributionChartFacet = (taskId) => {
aggregate: 'count',
title: 'Count',
axis: {
labelBaseline: 'line-bottom',
labelBaseline: 'right',
titleFontSize: 14,
labelLimit: 180,
labelPadding: 8,
labelFontSize: 14,
labelColor: 'navy',
labelFontStyle: '',
format: '.0f',
},
},
tooltip: [
Expand Down

0 comments on commit 11ab6fd

Please sign in to comment.