UNPKG

echarts

Version:

A powerful charting and visualization library for browser

16 lines 453 B
define(function (require) { return { getBarItemStyle: require('../../model/mixin/makeStyleMapper')( [ ['fill', 'color'], ['stroke', 'barBorderColor'], ['lineWidth', 'barBorderWidth'], ['opacity'], ['shadowBlur'], ['shadowOffsetX'], ['shadowOffsetY'], ['shadowColor'] ] ) }; });