NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/viser/es/shapes/loadShapes.js
2023-09-14 14:47:11 +08:00

7 lines
203 B
Java

import * as ErrorBar from './ErrorBar';
import * as Sankey from './Sankey';
export default function () {
Sankey.registerShape();
ErrorBar.registerShape();
}
//# sourceMappingURL=loadShapes.js.map