From 19a06e56b3633920c42e3161124a3fa4f21252cd Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:44:57 +0300 Subject: [PATCH] docs: add English README --- README.en-US.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.en-US.md diff --git a/README.en-US.md b/README.en-US.md new file mode 100644 index 0000000..08f231f --- /dev/null +++ b/README.en-US.md @@ -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)