{"id":27933687,"url":"https://github.com/apache/incubator-echarts","last_synced_at":"2026-01-12T02:06:10.790Z","repository":{"id":7814997,"uuid":"9185792","full_name":"apache/echarts","owner":"apache","description":"Apache ECharts is a powerful, interactive charting and data visualization library for browser","archived":false,"fork":false,"pushed_at":"2025-04-25T03:17:27.000Z","size":245475,"stargazers_count":63425,"open_issues_count":2098,"forks_count":19716,"subscribers_count":1974,"default_branch":"master","last_synced_at":"2025-05-05T15:07:50.675Z","etag":null,"topics":["apache","canvas","charting-library","charts","data-visualization","data-viz","echarts","svg","visualization"],"latest_commit_sha":null,"homepage":"https://echarts.apache.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2013-04-03T03:18:59.000Z","updated_at":"2025-05-05T14:52:37.000Z","dependencies_parsed_at":"2025-05-05T15:03:42.542Z","dependency_job_id":"1798cb52-c6f9-441a-9857-0964dc2a6a6f","html_url":"https://github.com/apache/echarts","commit_stats":{"total_commits":7582,"total_committers":276,"mean_commits":"27.471014492753625","dds":0.6639409126879452,"last_synced_commit":"031a908fafaa57e2277b2f720087195925ec38cf"},"previous_names":["ecomfe/echarts","apache/incubator-echarts"],"tags_count":150,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fecharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fecharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fecharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fecharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/echarts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816937,"owners_count":21808704,"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":["apache","canvas","charting-library","charts","data-visualization","data-viz","echarts","svg","visualization"],"created_at":"2025-05-07T05:00:45.618Z","updated_at":"2025-05-07T05:01:05.341Z","avatar_url":"https://github.com/apache.png","language":"TypeScript","readme":"# Apache ECharts\n\n\u003ca href=\"https://echarts.apache.org/\"\u003e\n    \u003cimg style=\"vertical-align: top;\" src=\"./asset/logo.png?raw=true\" alt=\"logo\" height=\"50px\"\u003e\n\u003c/a\u003e\n\nApache ECharts is a free, powerful charting and visualization library offering easy ways to add intuitive, interactive, and highly customizable charts to your commercial products. It is written in pure JavaScript and based on \u003ca href=\"https://github.com/ecomfe/zrender\"\u003ezrender\u003c/a\u003e, which is a whole new lightweight canvas library.\n\n**[中文官网](https://echarts.apache.org/zh/index.html)** | **[ENGLISH HOMEPAGE](https://echarts.apache.org/en/index.html)**\n\n[![License](https://img.shields.io/npm/l/echarts?color=5470c6)](https://github.com/apache/echarts/blob/master/LICENSE) [![Latest npm release](https://img.shields.io/npm/v/echarts?color=91cc75)](https://www.npmjs.com/package/echarts) [![NPM downloads](https://img.shields.io/npm/dm/echarts.svg?label=npm%20downloads\u0026style=flat\u0026color=fac858)](https://www.npmjs.com/package/echarts) [![Contributors](https://img.shields.io/github/contributors/apache/echarts?color=3ba272)](https://github.com/apache/echarts/graphs/contributors)\n\n[![Build Status](https://github.com/apache/echarts/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/echarts/actions/workflows/ci.yml)\n\n## Get Apache ECharts\n\nYou may choose one of the following methods:\n\n+ Download from the [official website](https://echarts.apache.org/download.html)\n+ `npm install echarts --save`\n+ CDN: [jsDelivr CDN](https://www.jsdelivr.com/package/npm/echarts?path=dist)\n\n## Docs\n\n+ [Get Started](https://echarts.apache.org/handbook)\n+ [API](https://echarts.apache.org/api.html)\n+ [Option Manual](https://echarts.apache.org/option.html)\n+ [Examples](https://echarts.apache.org/examples)\n\n## Get Help\n\n+ [GitHub Issues](https://github.com/apache/echarts/issues) for bug report and feature requests\n+ Email [dev@echarts.apache.org](mailto:dev@echarts.apache.org) for general questions\n+ Subscribe to the [mailing list](https://echarts.apache.org/maillist.html) to get updated with the project\n\n## Build\n\nBuild echarts source code:\n\nExecute the instructions in the root directory of the echarts:\n([Node.js](https://nodejs.org) is required)\n\n```shell\n# Install the dependencies from NPM:\nnpm install\n\n# Rebuild source code immediately in watch mode when changing the source code.\n# It opens the `./test` directory, and you may open `-cases.html` to get the list\n# of all test cases.\n# If you wish to create a test case, run `npm run mktest:help` to learn more.\nnpm run dev\n\n# Check the correctness of TypeScript code.\nnpm run checktype\n\n# If intending to build and get all types of the \"production\" files:\nnpm run release\n```\n\nThen the \"production\" files are generated in the `dist` directory.\n\n## Contribution\n\nPlease refer to the [contributing](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md) document if you wish to debug locally or make pull requests.\n\n## Resources\n\n### Awesome ECharts\n\n[https://github.com/ecomfe/awesome-echarts](https://github.com/ecomfe/awesome-echarts)\n\n### Extensions\n\n+ [ECharts GL](https://github.com/ecomfe/echarts-gl) An extension pack of ECharts, which provides 3D plots, globe visualization, and WebGL acceleration.\n\n+ [Liquidfill 水球图](https://github.com/ecomfe/echarts-liquidfill)\n\n+ [Wordcloud 字符云](https://github.com/ecomfe/echarts-wordcloud)\n\n+ [Extension for Baidu Map 百度地图扩展](https://github.com/apache/echarts/tree/master/extension-src/bmap) An extension provides a wrapper of Baidu Map Service SDK.\n\n+ [vue-echarts](https://github.com/ecomfe/vue-echarts) ECharts component for Vue.js\n\n+ [echarts-stat](https://github.com/ecomfe/echarts-stat) Statistics tool for ECharts\n\n## License\n\nECharts is available under the Apache License V2.\n\n## Code of Conduct\n\nPlease refer to [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).\n\n## Paper\n\nDeqing Li, Honghui Mei, Yi Shen, Shuang Su, Wenli Zhang, Junting Wang, Ming Zu, Wei Chen.\n[ECharts: A Declarative Framework for Rapid Construction of Web-based Visualization](https://www.sciencedirect.com/science/article/pii/S2468502X18300068).\nVisual Informatics, 2018.\n","funding_links":[],"categories":["pc端","图形界面","TypeScript","JavaScript","Projects List","纯原生(HTML/CSS/JavaScript)","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-echarts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-echarts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-echarts/lists"}