EChartsLayer
@naivemap/mapbox-gl-echarts-layer 可直接在 Mapbox GL JS 中使用 Apache ECharts 的 scatter、effectScatter 和 lines。
# yarn
yarn add @naivemap/mapbox-gl-echarts-layer echarts
# 或 npm
npm i @naivemap/mapbox-gl-echarts-layer echarts
import EchartsLayer from '@naivemap/mapbox-gl-echarts-layer'
const option = {...}
const layer = new EchartsLayer('layer-id', option)
map.addLayer(layer)