File "areaStyle.js"

Full Path: /home/cananyalcin/public_html/vendors/echarts/src/model/mixin/areaStyle.js
File size: 339 bytes
MIME-type: text/plain
Charset: utf-8

define(function (require) {
    return {
        getAreaStyle: require('./makeStyleMapper')(
            [
                ['fill', 'color'],
                ['shadowBlur'],
                ['shadowOffsetX'],
                ['shadowOffsetY'],
                ['opacity'],
                ['shadowColor']
            ]
        )
    };
});