回答編集履歴

1

追記

2018/05/06 03:06

投稿

Tatsunosuke
Tatsunosuke

スコア599

test CHANGED
@@ -1,8 +1,18 @@
1
1
  ```swift
2
2
 
3
+ //タッチの拡大禁止
4
+
3
- chartView.highlightPerTapEnabled = false
5
+ chartView.highlightPerTapEnabled = false
6
+
7
+ //穴のサイズを大きく
8
+
9
+ chartView.holeRadiusPercent = 0.7 //0.5がデフォルト
4
10
 
5
11
  ```
12
+
13
+ ![画像](20059d01341d21fb2288655d0165c368.png)
14
+
15
+
6
16
 
7
17
 
8
18
 
@@ -13,3 +23,5 @@
13
23
 
14
24
 
15
25
  [参考ページ](https://qiita.com/touyu/items/9b77647cf7c97362da10)
26
+
27
+ [リファレンスページ](https://github.com/PhilJay/MPAndroidChart/wiki)