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;