({
dataset,
config,
}: AltCopyArgs<TrendLineDataset, TrendLineConfig>)
| 566 | } |
| 567 | |
| 568 | export 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 |
| 577 | export function createAltTextForVersionsBarChart({ |
no test coverage detected