Overview of wx-charts
masterwx-charts is a lightweight charting tool designed specifically for WeChat Mini Programs. It uses Canvas for rendering and supports various chart types to visualize data within the WeChat ecosystem.
repository·master·Indexed 25 days ago
https://github.com/xiaolin3303/wx-chartsA lightweight, Canvas-based charting library optimized for WeChat Mini Programs. Supports various visualization types including pie, ring, line, column, area, and radar charts.
You can use wx-charts in your project in two ways:
Use the pre-compiled files located in the dist directory:
dist/wxcharts.jsdist/wxcharts-min.js (minified version)If you wish to build the project from source, follow these steps:
rollup globally.git clone https://github.com/xiaolin3303/wx-charts.git
npm install rollup -g
npm install
rollup -c
# OR
rollup --config rollup.config.prod.jswx-charts supports the following chart types:
pieringlinecolumnarearadarThe library has been tested on the following environments:
If you encounter compatibility issues, please report them in the GitHub Issues section.