UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 172 B
/** * Code from https://github.com/benfred/venn.js/blob/master/src/. */ export { scaleSolution, venn } from './layout'; export { intersectionAreaPath } from './diagram';