Skip to content

Commit

Permalink
Update default icon margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jul 4, 2021
1 parent 97c0a7d commit e0724cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piechart/src/main/kotlin/ir/mahozad/android/PieChart.kt
Expand Up @@ -34,7 +34,7 @@ const val DEFAULT_GAP = 8f /* px */
const val DEFAULT_LABELS_SIZE = 18f /* sp */
/* sp so user can easily specify the same value for both label size and icon height to make them the same size */
const val DEFAULT_LABEL_ICONS_HEIGHT = DEFAULT_LABELS_SIZE /* sp */
const val DEFAULT_LABEL_ICONS_MARGIN = 28f /* dp */
const val DEFAULT_LABEL_ICONS_MARGIN = 8f /* dp */
const val DEFAULT_LABEL_OFFSET = 0.75f
const val DEFAULT_OUTSIDE_LABELS_MARGIN = 28f /* dp */
const val DEFAULT_CENTER_LABEL = ""
Expand Down

0 comments on commit e0724cb

Please sign in to comment.