NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/lib/interaction/helper/get-col-defs.js

4 lines
129 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
module.exports = function (chart) {
var scaleController = chart.get('scaleController') || {};
return scaleController.defs;
};