Skip to content

Commit 59c4d42

Browse files
committed
fix: add missing imports
1 parent b3606b3 commit 59c4d42

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/components/Chart/SplitSparkline.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
type VueUiXyDatasetItem,
99
} from 'vue-data-ui'
1010
import { getPalette, lightenColor } from 'vue-data-ui/utils'
11+
import { CHART_PATTERN_CONFIG } from '~/utils/charts'
1112
1213
import('vue-data-ui/style.css')
1314

app/components/Compare/FacetBarChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
sanitise,
1414
applyEllipsis,
1515
copyAltTextForCompareFacetBarChart,
16+
CHART_PATTERN_CONFIG
1617
} from '~/utils/charts'
1718
1819
import('vue-data-ui/style.css')

0 commit comments

Comments
 (0)