@ -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';
const DEFAULT_TICK_SIZE = 2;