DIR:/home/drsekaran/public_html/admin/vendors/echarts/src/model/mixin/ |
Current File : /home/drsekaran/public_html/admin/vendors/echarts/src/model/mixin/itemStyle.js |
define(function (require) { return { getItemStyle: require('./makeStyleMapper')( [ ['fill', 'color'], ['stroke', 'borderColor'], ['lineWidth', 'borderWidth'], ['opacity'], ['shadowBlur'], ['shadowOffsetX'], ['shadowOffsetY'], ['shadowColor'] ] ) }; }); |