back to home

xiaolin3303 / wx-charts

微信小程序图表库,Charts for WeChat Mini Program

4,995 stars
1,662 forks
286 issues
JavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing xiaolin3303/wx-charts in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/xiaolin3303/wx-charts)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

wx-charts 微信小程序图表工具,charts for WeChat small app 基于canvas绘制,体积小巧 **持续优化更新中,请保持关注~ 有任何问题欢迎在Issues中讨论,提出issue前请先阅读此须知** 字节跳动大量招聘前端开发工程师(初级、高级、资深、Leader),坐标北京、上海、深圳、杭州、成都、武汉、广州、南京,感兴趣的朋友请点击此处进行投递 支持图表类型 • 饼图 • 圆环图 • 线图 • 柱状图 • 区域图 • 雷达图 代码分析 Here 更新记录 • [ ] 动画性能优化 • [x] 图表滚动的支持,感谢@jxintang • [x] 优化曲线绘制 • [x] 新增雷达图 2017-03-17 • [x] 新增tooltip 2017-03-07 • [x] 新增曲线的绘制 2017-03-06 • [x] 新增更新数据、终止进行中的动画方法,渲染完成事件回调 2017-02-17 • [x] 新增圆环图title, subtitle 2017-01-10 • [x] x轴文案碰撞避让 2016-12-30 • [x] add pie chart dataLabel 2016-12-19 • [x] add animation 2016-12-05 • [x] build with 2016-12-02 • [x] add legend 2016-11-29 如何使用 1、直接引用编译好的文件 或者 2、自行编译 实际项目中如何具体使用wx-charts 或者 访问wx-charts-demo查看在微信开发工具中直接运行的例子 参数说明 参数说明 - wxCharts使用文档 方法 & 事件 方法 & 事件 - wxCharts使用说明 Example 更多内容请查看Example - wxCharts使用说明 测试 • iPhone 6s, IOS 9.3.5 • 小米4, ANDORID 6.0.1 兼容性问题请在Issue中提出 一些问题的说明汇总 • wx-charts自适应屏幕宽度的问题 • 项目中如何具体使用wxCharts