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)