UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

30 lines (28 loc) 1.16 kB
export { Band } from './band'; export { Linear } from './linear'; export { Ordinal } from './ordinal'; export { Identity } from './identity'; export { Point } from './point'; export { Time } from './time'; export { Log } from './log'; export { Pow } from './pow'; export { Threshold } from './threshold'; export { Quantile } from './quantile'; export { Quantize } from './quantize'; export { Sqrt } from './sqrt'; export { Sequential } from './sequential'; export { Constant } from './constant'; export type { BandOptions } from './band'; export type { LinearOptions } from './linear'; export type { OrdinalOptions } from './ordinal'; export type { IdentityOptions } from './identity'; export type { PointOptions } from './point'; export type { TimeOptions } from './time'; export type { LogOptions } from './log'; export type { PowOptions } from './pow'; export type { ThresholdOptions } from './threshold'; export type { QuantileOptions } from './quantile'; export type { QuantizeOptions } from './quantize'; export type { SqrtOptions } from './sqrt'; export type { SequentialOptions } from './sequential'; export type { ConstantOptions } from './constant';