Class: echartsLayer

L.supermap.echartsLayer

百度 ECharts 图层类。

L.supermap.echartsLayer(echartsOptions, options)

leaflet/overlay/EChartsLayer.js, line 9
Name Type Description
echartsOptions Object

图表参数。

options Object

可选图层参数。

Name Type Default Description
loadWhileAnimating boolean false 可选

是否在移动时实时绘制。

attribution string '© 2018 百度 ECharts' 可选

版权信息。

Extends

Methods

setOption(echartsOptions, lazyUpdate, notMerge)

leaflet/overlay/EChartsLayer.js, line 36

设置图表地图参数。

Name Type Description
echartsOptions Object

图表参数。

lazyUpdate string

后台自动更新。

notMerge boolean 可选

是否合并参数。