Skip to content

Commit

Permalink
fix: [CGC-58] Remove Monthly Annotations (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
petterav authored Apr 24, 2024
1 parent 906819e commit e4e68d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ChartOptions/GrowthChartAnnotations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const GrowthChartAnnotations = (
};

if (datasetMetadata.xAxisLabel === TimeUnitCodes.weeks) {
timeUnitConfig = timeUnitData.Months;
return [];
}

if (datasetMetadata.xAxisLabel === TimeUnitCodes.months) {
Expand Down

0 comments on commit e4e68d9

Please sign in to comment.