| Path : /proc/self/root/var/www/html/smartcirqls.com/vendors/echarts/src/model/mixin/ |
| Current File : //proc/self/root/var/www/html/smartcirqls.com/vendors/echarts/src/model/mixin/areaStyle.js |
define(function (require) {
return {
getAreaStyle: require('./makeStyleMapper')(
[
['fill', 'color'],
['shadowBlur'],
['shadowOffsetX'],
['shadowOffsetY'],
['opacity'],
['shadowColor']
]
)
};
});