File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { ref, computed } from 'vue'
44import type { FormatterParams , VueUiScatterConfig , VueUiScatterDatasetItem } from ' vue-data-ui'
55import { VueUiScatter } from ' vue-data-ui/vue-ui-scatter'
66import { buildCompareScatterChartDataset } from ' ~/utils/compare-scatter-chart'
7- import { loadFile } from ' ~/utils/charts'
7+ import { loadFile , copyAltTextForCompareScatterChart } from ' ~/utils/charts'
88
99import (' vue-data-ui/style.css' )
1010
@@ -156,7 +156,7 @@ const config = computed<VueUiScatterConfig>(() => {
156156 URL .revokeObjectURL (url )
157157 },
158158 altCopy : ({ dataset : dst , config : cfg }) => {
159- coopyAltTextForCompareScatterChart ({
159+ copyAltTextForCompareScatterChart ({
160160 dataset: dst ,
161161 config: {
162162 ... cfg ,
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ export function createAltTextForCompareScatterChart({
697697 return altText
698698}
699699
700- export async function coopyAltTextForCompareScatterChart ( {
700+ export async function copyAltTextForCompareScatterChart ( {
701701 dataset,
702702 config,
703703} : AltCopyArgs < VueUiScatterSeries [ ] , CompareScatterChartConfig > ) {
You can’t perform that action at this time.
0 commit comments