菜鸟教程小白 发表于 2022-12-12 16:29:47

ios - iOS中的雷达/蜘蛛图?


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>已结束。</b>此问题不符合 <a href="https://stackoverflow.com/help/closed-questions" rel="noreferrer noopener nofollow">Stack Overflow guidelines</a> .它目前不接受答案。
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>首先,我在 iOS 7 上使用 ios-charts。你只需要使用 ios 7.0 的源文件。</p>

<p>对于雷达图,你想要弧线而不是直线,你可以重写 <code>drawWeb</code> 来用弧线绘制网。</p>

<p>您可以做的是用您的自定义 <code>CGContextAddArcToPoint</code> 正确替换 <code>CGContextStrokeLineSegments</code></p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iOS中的雷达/蜘蛛图?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32993383/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32993383/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iOS中的雷达/蜘蛛图?