Giter Site home page Giter Site logo

echarts3layer-jsapi4x's Introduction

Echarts3Layer-jsapi4x

基于ArcGIS JS API 4.x的Echarts3Layer插件

支持柱状图、折线图、饼图等基础图表以及迁徙图、散点图、热力图等图表

迁徙图在线访问

散点图在线访问

柱状图、折线图、饼图在线访问

热力图在线访问

基于作者 wandergis 的arcgis-echarts3的代码重构

1.重构了Echarts3Layer,使其支持ArcGIS JS API 4.x,并支持柱状图、折线图、饼图等基础图表;
2.借鉴了作者 JoySino 的DrawEchartsHeatmapOnArcgisMap 中的echartsExtent插件,其支持的热力图可以设置pointSize和blurSize

迁徙图示例

散点图示例

柱状图、折线图、饼图示例

热力图示例

echarts3layer-jsapi4x's People

Contributors

dksgis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

echarts3layer-jsapi4x's Issues

polyline:true

你好,我在使用的时候需要绘制多段线路径,发现即使设置了polyline:true也无法显示。
我的路线数据格式:
var trip=[
{'coords': [[120.564, 29.7565],[115.9167, 36.4032],[112.1265, 23.5822],[122.2559, 30.2234],[120.6519, 31.3989],[117.6526, 36.2714]]},
]
我只修改了迁徙图series和option,如下:
var series = [];
series.push({
polyline: true,
type: 'lines',
data: trip
});
var option = {
geo: {
map: '',
roam: true
},
series: series
};

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.