UNPKG

echarts

Version:

A powerful charting and visualization library for browser

16 lines (14 loc) 433 B
module.exports = { getBarItemStyle: require('../../model/mixin/makeStyleMapper')( [ ['fill', 'color'], ['stroke', 'barBorderColor'], ['lineWidth', 'barBorderWidth'], ['opacity'], ['shadowBlur'], ['shadowOffsetX'], ['shadowOffsetY'], ['shadowColor'] ] ) };