4 lines
129 B
Java
4 lines
129 B
Java
module.exports = function (chart) {
|
|
var scaleController = chart.get('scaleController') || {};
|
|
return scaleController.defs;
|
|
}; |