- Add basic animation support (
22f6af60
)
- Fix the bug with whole-fraction single-slice pie (
0d25f282
)
- Improve the showcase app (
e5dec1f7
)
All commits since version 0.6.2
- Fix the bug with single-slice pie not drawn (
d79fdf15
) - Fix the problem with legend box border (
3b9d942a
)
- Update showcase app to show random charts on click (
cbd2c212
)
All commits since version 0.6.1
- Fix the bug with some properties change having no effect in the chart (
eb17cf50
)
- Migrate the showcase app to Jetpack Compose (
66abcd04
)
All commits since version 0.6.0
- Add resource version of properties (
0885cf07
and other commits) - Add label offset property to Slice class (
a8755a65
)
- Changes to chart properties now work (multiple commits)
- Update dimension properties to be of type Dimension (
c7b1b5e5
)
- Fix the bug with first slice of the pie (
6e50d892
)
All commits since version 0.5.0
- Legends (
17d74f86
and other commits)
Including properties and attributes for:- Legends automatic wrapping
- Legends box (enable/disable, title, background, border, color, position, alignment)
- Legends arrangement (horizontal/vertical)
- Legends percentage (enable/disable, size, color)
- Legends alignment
- Legends icons (default icons, tint, height, margin from legend text)
- Center label (
5907b86d
) - Center background (
f88d28c5
)
- Fix empty javadoc jar by including dokka documentation in it (
87195e51
)
All commits since version 0.4.0
- Outside inward circular label (
3bad21df
) - Outside outward circular label (
3bad21df
) - Attribute to change label icon tint for all slices (
891f77be
)
- Remove unneeded library dependencies (
820810fd
)
All commits since version 0.3.0
- Top and bottom placements for label icons (
065b44aa
) - Icon for outside label (
065b44aa
) - New label type
NONE
(cdbb69e6
) - Attribute to change label icon placement for all slices (
f2cd0152
)
- Decrease default label font size (
7c42e475
) - PieChart::slices property is now immutable
var
instead of mutableval
(53a3381c
)
All commits since version 0.2.0
- Outside label (currently not supporting icon) (
d5269dd9
) - Outward Pointer for slices (
d5269dd9
) - Label icon for inside labels (
7dffb164
) - Properties for changing label colors (
7c374cec
)
- Attributes are now public to use in layouts (
64a1f18d
)
All commits since version 0.1.0
This is the first release of the library.
- new feature 1
- change 1
- bug fix 1
- deprecation 1
- removal 1
- other 1