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 '@supermapgis/iclient-leaflet';
new EchartsLayer(echartsOptions, options);
leaflet/overlay/EChartsLayer.js, line 9
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
echartsOptions |
Object |
图表参数。 |
||||||||||||
options |
Object |
参数。
|
Extends
Methods
-
setOption(echartsOptions, lazyUpdate, notMerge)
leaflet/overlay/EChartsLayer.js, line 43 -
设置图表地图参数。
Name Type Description echartsOptions
Object 图表参数。
lazyUpdate
string 后台自动更新。
notMerge
boolean 可选 是否合并参数。