forgeplus-react/node_modules/@antv/g2/lib/interaction/helper/get-col-defs.js

4 lines
129 B
JavaScript

module.exports = function (chart) {
var scaleController = chart.get('scaleController') || {};
return scaleController.defs;
};