UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (5 loc) 249 B
import { registerShapeFactory } from '../base'; const SchemaShapeFactory = registerShapeFactory('schema', { defaultShapeType: '', // 'schema' is for some custom shapes, so will not specify defaultShapeType }); export default SchemaShapeFactory;