Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It comes with library view based `chartLib` and composeable `chartLibCompose`
### Packagename changed ! 🛑

During the full Kotlin conversion,
* 🛑 package name changed to `info.appdev.charting`, but there are still the old main chart classes included, but they will be removed in the future
* 🛑 package name changed to `info.appdev.charting`
* 🛑 `MPPointF` in renamed to `PointF`
* 🛑 `MPPointD` in renamed to `PointD`
* 🛑 methods like `setSomethingEnabled(true)` are now properties like `isSomething = true`
Expand Down
Loading