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 3454c5b commit 567940dCopy full SHA for 567940d
1 file changed
app/components/Package/TrendsChart.vue
@@ -3,7 +3,7 @@ import type { VueUiXyDatasetItem } from 'vue-data-ui'
3
import { VueUiXy } from 'vue-data-ui/vue-ui-xy'
4
import { useDebounceFn, useElementSize } from '@vueuse/core'
5
import { useCssVariables } from '~/composables/useColors'
6
-import { OKLCH_NEUTRAL_FALLBACK, transparentizeOklch } from '~/utils/colors'
+import { OKLCH_NEUTRAL_FALLBACK, transparentizeOklch, lightenOklch } from '~/utils/colors'
7
import { getFrameworkColor, isListedFramework } from '~/utils/frameworks'
8
import { drawNpmxLogoAndTaglineWatermark } from '~/composables/useChartWatermark'
9
import type { RepoRef } from '#shared/utils/git-providers'
0 commit comments