Skip to content

Commit

Permalink
Update default label font size
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jun 4, 2021
1 parent a484e05 commit 7c42e47
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 @@ -29,7 +29,7 @@ const val DEFAULT_HOLE_RATIO = 0.25f
const val DEFAULT_OVERLAY_RATIO = 0.55f
const val DEFAULT_OVERLAY_ALPHA = 0.25f
const val DEFAULT_GAP = 8f /* px */
const val DEFAULT_LABELS_SIZE = 24f /* sp */
const val DEFAULT_LABELS_SIZE = 18f /* sp */
const val DEFAULT_LABEL_ICONS_HEIGHT = DEFAULT_LABELS_SIZE /* sp */
const val DEFAULT_LABEL_ICONS_MARGIN = 28f /* dp */
const val DEFAULT_LABEL_OFFSET = 0.75f
Expand Down

0 comments on commit 7c42e47

Please sign in to comment.