wuhan2020 / map-viz

通用的地图可视化组件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

改回地图的配色

tongshuangwu opened this issue · comments

现在的配色太红了,换回原来的:

            { min: 0, max: 0, color: '#EEFFEE' },
            { min: 1, lte: 10, color: '#FFFADD' },
            { gt: 10, lte: 50, color: '#FFDC90' },
            { gt: 50, lte: 100, color: '#FF9040' },
            { gt: 100, lte: 500, color: '#DD5C5C' },
            { gt: 500, lte: 1000, color: '#901010' },
            { gt: 1000, color: '#600000' }