Class: EchartsLayer

EchartsLayer

百度 ECharts 图层类。

new EchartsLayer(echartsOptions, options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
  new L.supermap.EchartsLayer(echartsOptions, options);
  
  // 弃用的写法
  L.supermap.echartsLayer(echartsOptions, options);
  
</script>

// ES6 Import
import { EchartsLayer } from '@supermap/iclient-leaflet';

new 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 39

设置图表地图参数。

Name Type Description
echartsOptions Object

图表参数。

lazyUpdate string

后台自动更新。

notMerge boolean 可选

是否合并参数。