UNPKG

198 BJavaScriptView Raw
1// 柱图/条图
2export { default as rect } from './intervalView';
3// 金字塔图
4export { default as pyramid } from './polygonView';
5// 漏斗图
6export { default as funnel } from './polygonView';
\No newline at end of file