MCPcopy
hub / github.com/npmx-dev/npmx.dev / copyAltTextForTrendLineChart

Function copyAltTextForTrendLineChart

app/utils/charts.ts:568–574  ·  view source on GitHub ↗
({
  dataset,
  config,
}: AltCopyArgs<TrendLineDataset, TrendLineConfig>)

Source from the content-addressed store, hash-verified

566}
567
568export async function copyAltTextForTrendLineChart({
569 dataset,
570 config,
571}: AltCopyArgs<TrendLineDataset, TrendLineConfig>) {
572 const altText = createAltTextForTrendLineChart({ dataset, config })
573 await config.copy(altText)
574}
575
576// Used for VersionDistribution.vue
577export function createAltTextForVersionsBarChart({

Callers 1

charts.spec.tsFile · 0.90

Calls 1

Tested by

no test coverage detected