This project is the WeChat applet version of Apache ECharts (incubating), and examples of its use. Developers can quickly develop charts through the familiar ECharts configuration method to meet various visualization requirements. In order to be compatible with the small program Canvas, we provide a small program component, in this way you can easily use ECharts. ec-canvasis the component we provide, and other files are examples of how to use the component. If necessary, you can download the latest release version from the ECharts project yourself, or customize the build from the official website to reduce the file size. For the project creation of WeChat Mini Programs, please refer to the official documents of the WeChat public platform. After creating the project, can be downloaded ecomfe / echarts-for-weixin project completely replacing the new project, and then modify the code.
Features
- Support WeChat version >= 6.6.3
- When debugging, you need to set the "Debug Basic Library" under "Details" to version 1.9.91 and above
- Before publishing, you need to set the "Basic library minimum version setting" to 1.9.91
- Using the new Canvas 2d can improve the rendering performance and solve the problem of non-same layer rendering
- The ECharts file provided by default in this project is the latest version including all component files
- In order to be compatible with the small program Canvas, we provide a small program component