{"id":13531916,"url":"https://github.com/ecomfe/echarts-gl","last_synced_at":"2025-05-13T23:06:48.816Z","repository":{"id":26766844,"uuid":"30224827","full_name":"ecomfe/echarts-gl","owner":"ecomfe","description":"Extension pack for Apache ECharts, providing globe visualization and 3D plots.","archived":false,"fork":false,"pushed_at":"2024-08-19T08:59:05.000Z","size":34665,"stargazers_count":2651,"open_issues_count":341,"forks_count":848,"subscribers_count":130,"default_branch":"master","last_synced_at":"2025-04-29T23:42:53.727Z","etag":null,"topics":["echarts","javascript","visualization","webgl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecomfe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-03T04:30:48.000Z","updated_at":"2025-04-29T10:46:51.000Z","dependencies_parsed_at":"2024-09-27T04:25:07.171Z","dependency_job_id":null,"html_url":"https://github.com/ecomfe/echarts-gl","commit_stats":{"total_commits":727,"total_committers":14,"mean_commits":51.92857142857143,"dds":"0.030261348005502064","last_synced_commit":"a3cb1c6bf0f64bed9c8ca144096689defb8e1ce3"},"previous_names":["ecomfe/echarts-x"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomfe%2Fecharts-gl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomfe%2Fecharts-gl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomfe%2Fecharts-gl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomfe%2Fecharts-gl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecomfe","download_url":"https://codeload.github.com/ecomfe/echarts-gl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251602602,"owners_count":21615957,"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":["echarts","javascript","visualization","webgl"],"created_at":"2024-08-01T07:01:06.875Z","updated_at":"2025-04-29T23:43:01.473Z","avatar_url":"https://github.com/ecomfe.png","language":"JavaScript","readme":"# ECHARTS-GL\n\nECharts-GL is an extension pack of [Apache ECharts](http://echarts.apache.org/), which providing 3D plots, globe visualization and WebGL acceleration.\n\n\n## Docs\n\n+ [Option Manual](https://echarts.apache.org/zh/option-gl.html)\n\n+ [Gallery](https://www.makeapie.com/explore.html#tags=echarts-gl)\n\n## Installing\n\n###  npm and webpack\n\n```bash\nnpm install echarts\nnpm install echarts-gl\n```\n\n#### Import all\n```js\nimport * as echarts from 'echarts';\nimport 'echarts-gl';\n```\n\n#### Minimal Import\n```js\nimport * as echarts from 'echarts/core';\nimport { Scatter3DChart } from 'echarts-gl/charts';\nimport { Grid3DComponent } from 'echarts-gl/components';\n\necharts.use([Scatter3DChart, Grid3DComponent]);\n```\n\n### Include by scripts\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js\"\u003e\u003c/script\u003e\n```\n\nNOTE:\n\nECharts GL 2.x is compatible with ECharts 5.x.\nECharts GL 1.x is compatible with ECharts 4.x.\n\n## Basic Usage\n\n```js\nvar chart = echarts.init(document.getElementById('main'));\nchart.setOption({\n    grid3D: {},\n    xAxis3D: {},\n    yAxis3D: {},\n    zAxis3D: {},\n    series: [{\n        type: 'scatter3D',\n        symbolSize: 50,\n        data: [[-1, -1, -1], [0, 0, 0], [1, 1, 1]],\n        itemStyle: {\n            opacity: 1\n        }\n    }]\n})\n```\n\n## License\n\nECharts-GL is available under the BSD license.\n\n## Notice\n\nThe Apache Software Foundation [Apache ECharts, ECharts](https://echarts.apache.org/), Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the [Apache Software Foundation](https://www.apache.org/).\n","funding_links":[],"categories":["Languages","JavaScript","javascript"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomfe%2Fecharts-gl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecomfe%2Fecharts-gl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomfe%2Fecharts-gl/lists"}