Pzhao1990 / cesium.FlowEcharts

在cesium上叠加echarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cesium FlowEcharts

Add echarts charts to cesium as a layer

In order to use this plugin, include the echartsjs, cesium and FlowEcharts.js on your page and use it as follow:

demo

人员迁徙

散点图态势

import

<script type="text/javascript" src="./lib/Cesium/Cesium.js"></script>
<script type="text/javascript" src="./lib/echarts-all-4.js"></script>
<script type="text/javascript" src="../dist/FlowEcharts.js"></script>
<link rel="stylesheet" href="./lib/Cesium/Widgets/widgets.css">

Usage

set the charts attribute coordinateSystem:"GLMap"

option = { 
  GLMap: { //Must

  },
  series: [{
    coordinateSystem: 'GLMap',
  }]
}

About

在cesium上叠加echarts

License:MIT License


Languages

Language:JavaScript 100.0%