We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56be939 commit 04f27ffCopy full SHA for 04f27ff
app/composables/useCharts.ts
@@ -411,7 +411,6 @@ export function getNpmPackageCreationDate(packument: PackumentLikeForTime): stri
411
}
412
413
export function useCharts() {
414
- const { t } = useI18n()
415
const compactNumberFormatter = useCompactNumberFormatter()
416
417
function resolveDateRange(
@@ -628,6 +627,7 @@ export function useCharts() {
628
627
dataset,
629
config,
630
}: AltCopyArgs<TrendLineDataset, TrendLineConfig>): string {
+ const { t } = useI18n()
631
if (!dataset) return ''
632
633
const analysis = dataset.lines.map(({ name, series }) => ({
0 commit comments