Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
vendors
/
echarts
/
src
/
chart
/
bar
:
barItemStyle.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
define(function (require) { return { getBarItemStyle: require('../../model/mixin/makeStyleMapper')( [ ['fill', 'color'], ['stroke', 'borderColor'], ['lineWidth', 'borderWidth'], // Compatitable with 2 ['stroke', 'barBorderColor'], ['lineWidth', 'barBorderWidth'], ['opacity'], ['shadowBlur'], ['shadowOffsetX'], ['shadowOffsetY'], ['shadowColor'] ] ) }; });