UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 165 B
import { Log as LogScale } from '@antv/scale'; export const Log = (options) => { return new LogScale(options); }; Log.props = {}; //# sourceMappingURL=log.js.map