版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 4.1 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # Apache ECharts
  2. <a href="https://echarts.apache.org/">
  3. <img style="vertical-align: top;" src="./asset/logo.png?raw=true" alt="logo" height="50px">
  4. </a>
  5. Apache 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 <a href="https://github.com/ecomfe/zrender">zrender</a>, which is a whole new lightweight canvas library.
  6. **[中文官网](https://echarts.apache.org/zh/index.html)** | **[ENGLISH HOMEPAGE](https://echarts.apache.org/en/index.html)**
  7. [![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&style=flat&color=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)
  8. [![Build Status](https://github.com/apache/echarts/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/echarts/actions/workflows/ci.yml)
  9. ## Get Apache ECharts
  10. You may choose one of the following methods:
  11. + Download from the [official website](https://echarts.apache.org/download.html)
  12. + `npm install echarts --save`
  13. + CDN: [jsDelivr CDN](https://www.jsdelivr.com/package/npm/echarts?path=dist)
  14. ## Docs
  15. + [Get Started](https://echarts.apache.org/handbook)
  16. + [API](https://echarts.apache.org/api.html)
  17. + [Option Manual](https://echarts.apache.org/option.html)
  18. + [Examples](https://echarts.apache.org/examples)
  19. ## Get Help
  20. + [GitHub Issues](https://github.com/apache/echarts/issues) for bug report and feature requests
  21. + Email [dev@echarts.apache.org](mailto:dev@echarts.apache.org) for general questions
  22. + Subscribe to the [mailing list](https://echarts.apache.org/maillist.html) to get updated with the project
  23. ## Build
  24. Build echarts source code:
  25. Execute the instructions in the root directory of the echarts:
  26. ([Node.js](https://nodejs.org) is required)
  27. ```shell
  28. # Install the dependencies from NPM:
  29. npm install
  30. # Rebuild source code immediately in watch mode when changing the source code.
  31. # It opens the `./test` directory, and you may open `-cases.html` to get the list
  32. # of all test cases.
  33. # If you wish to create a test case, run `npm run mktest:help` to learn more.
  34. npm run dev
  35. # Check the correctness of TypeScript code.
  36. npm run checktype
  37. # If intending to build and get all types of the "production" files:
  38. npm run release
  39. ```
  40. Then the "production" files are generated in the `dist` directory.
  41. ## Contribution
  42. Please refer to the [contributing](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md) document if you wish to debug locally or make pull requests.
  43. ## Resources
  44. ### Awesome ECharts
  45. [https://github.com/ecomfe/awesome-echarts](https://github.com/ecomfe/awesome-echarts)
  46. ### Extensions
  47. + [ECharts GL](https://github.com/ecomfe/echarts-gl) An extension pack of ECharts, which provides 3D plots, globe visualization, and WebGL acceleration.
  48. + [Liquidfill 水球图](https://github.com/ecomfe/echarts-liquidfill)
  49. + [Wordcloud 字符云](https://github.com/ecomfe/echarts-wordcloud)
  50. + [Extension for Baidu Map 百度地图扩展](https://github.com/apache/echarts/tree/master/extension-src/bmap) An extension provides a wrapper of Baidu Map Service SDK.
  51. + [vue-echarts](https://github.com/ecomfe/vue-echarts) ECharts component for Vue.js
  52. + [echarts-stat](https://github.com/ecomfe/echarts-stat) Statistics tool for ECharts
  53. ## License
  54. ECharts is available under the Apache License V2.
  55. ## Code of Conduct
  56. Please refer to [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
  57. ## Paper
  58. Deqing Li, Honghui Mei, Yi Shen, Shuang Su, Wenli Zhang, Junting Wang, Ming Zu, Wei Chen.
  59. [ECharts: A Declarative Framework for Rapid Construction of Web-based Visualization](https://www.sciencedirect.com/science/article/pii/S2468502X18300068).
  60. Visual Informatics, 2018.