Browse Source

AxisRange to top

pull/28/head
glitch4347 2 months ago
parent
commit
c1a2124d13
  1. 3
      src/index.ts

3
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;

Loading…
Cancel
Save