From c1a2124d139108da2b9bae819e8e0fc583451411 Mon Sep 17 00:00:00 2001 From: glitch4347 Date: Wed, 13 Mar 2024 12:05:05 +0100 Subject: [PATCH] AxisRange to top --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b370392..5bd7be2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +import { AxisRange } from './types'; import VueChartwerkPodMixin from './VueChartwerkPodMixin'; import { Grid } from './components/grid'; @@ -31,7 +32,7 @@ import { palette } from './colors'; import * as d3 from 'd3'; import debounce from 'lodash/debounce'; -import { AxisRange } from './types'; + const DEFAULT_TICK_SIZE = 2;