{"id":13531199,"url":"https://github.com/lzxue/echartsLayer","last_synced_at":"2025-04-01T19:31:43.637Z","repository":{"id":50229083,"uuid":"77582593","full_name":"lzxue/echartsLayer","owner":"lzxue","description":"mapboxGL echartLayer","archived":false,"fork":false,"pushed_at":"2020-09-16T06:36:10.000Z","size":28919,"stargazers_count":169,"open_issues_count":11,"forks_count":91,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-22T13:42:47.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lzxue.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-29T04:27:47.000Z","updated_at":"2025-02-28T06:37:30.000Z","dependencies_parsed_at":"2022-09-26T21:01:08.883Z","dependency_job_id":null,"html_url":"https://github.com/lzxue/echartsLayer","commit_stats":null,"previous_names":["lzxue/echartlayer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzxue%2FechartsLayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzxue%2FechartsLayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzxue%2FechartsLayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzxue%2FechartsLayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lzxue","download_url":"https://codeload.github.com/lzxue/echartsLayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246180386,"owners_count":20736456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T07:01:00.835Z","updated_at":"2025-04-01T19:31:43.594Z","avatar_url":"https://github.com/lzxue.png","language":"JavaScript","funding_links":[],"categories":["Extensions"],"sub_categories":["Videos"],"readme":"## mapboxGL echartslayer\nAdd [echarts](https://github.com/ecomfe/echarts) charts to  [mapboxGL](https://github.com/mapbox/mapbox-gl-js) as a layer\n\nIn order to use this plugin, include the echartsjs andEchartsLayer.js  on your page and use it as follow:\n\n### demo\n\n[全球航线](https://lzxue.github.io/echartsLayer/demo/lines-airline.html)\n\n[全国空气质量](https://lzxue.github.io/echartsLayer/demo/effectScatter-map.html)\n\n[模拟迁徙](https://lzxue.github.io/echartsLayer/demo/geo-line.html)\n\n[微博签到](https://lzxue.github.io/echartsLayer/demo/scatter-weibo.html)\n\n\n### import\n\n```html\n    \u003cscript type=\"text/javascript\" src=\"./echarts-all-3.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"../dist/EchartsLayer.js\"\u003e\u003c/script\u003e\n```\n\n### with webpack\n\n```js\nnpm install echartslayer\n```\n```js\nrequire('echarts');\nvar EchartLayer=require('echartslayer');\n\nvar echartslayer = new EchartsLayer(map);\nechartslayer.chart.setOption(option);\n//移除 \nechartslayer.remove();\n\n```\n\n### Usage\n\nset the charts attribute coordinateSystem:\"GLMap\"\n\n```js\noption = { \n  GLMap: { //Must\n\n  },\n  series: [{\n    coordinateSystem: 'GLMap',\n  }]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzxue%2FechartsLayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flzxue%2FechartsLayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzxue%2FechartsLayer/lists"}