Skip to content

Commit bebb485

Browse files
committed
linter
1 parent 3a052cb commit bebb485

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dashboard/ai-analytics/src/app/components/TimeseriesChart.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ export default function TimeseriesChart({ data, filters, onFiltersChange, isLoad
210210
return `$${valueFormatter(number)}`;
211211
}
212212
};
213-
214-
// Add a separate formatter for the y-axis with fewer decimal places
215-
const yAxisValueFormatter = (number: number) => {
216-
// Use fewer decimal places for the y-axis to prevent cutting off
217-
return `$${number.toFixed(2)}`;
218-
};
219213

220214
return (
221215
<Card

0 commit comments

Comments
 (0)