File "boxLayout.js"
Full Path: /home/cananyalcin/public_html/vendors/echarts/src/model/mixin/boxLayout.js
File size: 389 bytes
MIME-type: text/plain
Charset: utf-8
define(function (require) {
return {
getBoxLayoutParams: function () {
return {
left: this.get('left'),
top: this.get('top'),
right: this.get('right'),
bottom: this.get('bottom'),
width: this.get('width'),
height: this.get('height')
};
}
};
});