UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines (11 loc) 286 B
import { Boxplot, WordCloud, Gauge, Liquid } from '../mark'; import { Venn } from '../data'; export function plotlib() { return { 'data.venn': Venn, 'mark.boxplot': Boxplot, 'mark.gauge': Gauge, 'mark.wordCloud': WordCloud, 'mark.liquid': Liquid, } as const; }