UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 183 B
import { Linear as LinearScale } from '@antv/scale'; export const Linear = (options) => { return new LinearScale(options); }; Linear.props = {}; //# sourceMappingURL=linear.js.map