Skip to content

Commit

Permalink
fix: add time-cat export
Browse files Browse the repository at this point in the history
  • Loading branch information
cycgit committed Aug 18, 2020
1 parent d8ea43f commit a66b1eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scale/time-cat.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { getScale, registerTickMethod } from '@antv/scale';
import CatTick from './cat-tick';

registerTickMethod('time-cat', CatTick);
const TimeCat = getScale('timeCat');

export default TimeCat;

0 comments on commit a66b1eb

Please sign in to comment.