UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

6 lines (5 loc) 307 B
import storeWrapper from '../../../components/StoreWrapper'; import SimpleChart from '../../../SimpleChart'; import errorBoundary from '../../../../../hocs/errorBoundary'; import StackVerticalBarChartStore from './store'; export default errorBoundary(storeWrapper(SimpleChart, StackVerticalBarChartStore));