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 96b79ef commit 24b50fbCopy full SHA for 24b50fb
src/lib/marks/GridX.svelte
@@ -4,7 +4,6 @@
4
import type { PlotContext, BaseMarkProps, RawValue } from '../types.js';
5
import { resolveChannel, resolveScaledStyles } from '../helpers/resolve.js';
6
import { autoTicks } from '$lib/helpers/autoTicks.js';
7
- import { getUsedScales } from '$lib/helpers/scales.js';
8
import { testFilter } from '$lib/helpers/index.js';
9
10
type GrixXMarkProps = BaseMarkProps & {
0 commit comments