UNPKG

@antv/f2

Version:

Charts for mobile visualization.

6 lines 198 B
// 柱图/条图 export { default as rect } from './intervalView'; // 金字塔图 export { default as pyramid } from './polygonView'; // 漏斗图 export { default as funnel } from './polygonView';