Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


A capability distribution chart is a common requirement in statistical applications. It involves some geometric calculations and has moderate implementation difficulty, making it highly suitable for practicing iOS drawing.

This project provides a highly reusable polygon capability distribution chart. Feel free to use it if needed, or treat it as a practice demo for yourself.
![Capability Distribution Chart](http://upload-images.jianshu.io/upload_images/1819750-b3644c126a883b3f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

Feature: Supports customizing the number of polygon sides, colors, capability values, and more.

![Animation GIF](http://upload-images.jianshu.io/upload_images/1819750-905e41d61a6532f9.gif?imageMogr2/auto-orient/strip)