Skip to content

Commit

Permalink
fix: export multi view options (#2255)
Browse files Browse the repository at this point in the history
Co-authored-by: liufu.lf <liufu.lf@antfin.com>
  • Loading branch information
lxfu1 and liufu.lf authored Jan 22, 2021
1 parent 81809a2 commit a51387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export { Chord, ChordOptions } from './plots/chord';
export { P } from './plugin';

/** 开放多图层图表 (multi-view) */
export { MultiView } from './plots/multi-view';
export { MultiView, MultiViewOptions } from './plots/multi-view';

/** 开发 adaptor 可能会用到的方法或一些工具方法,不强制使用 */
export { flow, measureTextWidth } from './utils';
Expand Down

0 comments on commit a51387b

Please sign in to comment.