UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

15 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Log = void 0; /** * Console.log the data section for dev debugger. */ const Log = () => { return (data) => { console.log('G2 data section:', data); return data; }; }; exports.Log = Log; exports.Log.props = {}; //# sourceMappingURL=log.js.map