地址是: https://github.com/lzxue/echartsLayer 国内的地图大厂商在此基础上进行了bug的修改,在厂商的官方网站上,也有for Mapbox GL的样例,前端是基于Mapbox GL进行的修改,后台他们开发的数据服务支持前端的调取使用,附修改版插件地址: https://github.com/Supermap/echartsLayer 源码中的lib文件夹,是插件的源...
npm i @naivemap/mapbox-gl-echarts-layer echarts Signature: export default class EChartsLayer implements mapboxgl.CustomLayerInterface Implements: mapboxgl.CustomLayerInterface Constructors ConstructorDescription (constructor)(id: string, option: ECOption) Constructs a new instance of the EChartsLay...
您好,echartslayer.remove();即可移除echartslayer图层。
naivemap esm cjs Integrate the Lines graph and Scatter (bubble) chart of Apache ECharts.Version 0.3.3 License MIT INSTALL Version: Static Open in jsfiddle Learn moreReadme Files Statistics Browse CDN Statistics Requests 0 Bandwidth 0 Top version - 0@naivemap/mapbox-gl-echarts-layer ...
* @classdesc 基于mapboxgl的Layer对象进行的拓展 * @param map - {Object} 传入的mapboxgl的地图对象 * @param options - {Object} echarts.options 使用 option 来描述其对图表的各种需求,包括:有什么数据、要画什么图表、图表长什么样子、含有什么组件、组件能操作什么事情等等。简而言之,option 表述了:数据...
mapboxGL echartslayer Addechartscharts tomapboxGLas a layer In order to use this plugin, include the echartsjs andEchartsLayer.js on your page and use it as follow: demo 全球航线 全国空气质量 模拟迁徙 微博签到 import <scripttype="text/javascript"src="./echarts-all-3.js"></script><...
https://github.com/Supermap/echartsLayer 源码中的lib文件夹,是插件的源码,以echarts扩展组件的形式进行编写,根据Mapbox GL的缩放级别,通过坐标系的变换,实时更新echarts中的数据位置,从而达到同步显示的效果。 dist是打包好的类库压缩包,使用的时候,页面上要同时引用Mapbox GL的类库和echarts的类...
您好,echartslayer.remove();即可移除echartslayer图层。
* @classdesc 基于mapboxgl的Layer对象进行的拓展 * @param map - {Object} 传入的mapboxgl的地图对象 * @param options - {Object} echarts.options 使用 option 来描述其对图表的各种需求,包括:有什么数据、要画什么图表、图表长什么样子、含有什么组件、组件能操作什么事情等等。简而言之,option 表述了:数据...
Mapbox GL的echarts插件,在github上是以开源的形式发布,不过,年限相对来说是三年前的了,当时echarts还是版本3,现在echarts已经更新到4版本了。 地址是: https://github.com/lzxue/echartsLayer 国内的地图大厂商在此基础上进行了bug的修改,在厂商的官方网站上,也有for Mapbox GL的样例,前端是基于Mapbox GL进行...