Skip to content

Releases: codeandtheory/YCharts

YCharts 2.1.0

30 Jun 06:38
Compare
Choose a tag to compare
v2.1.0

Merge branch 'main' of github-personal:yml-org/YGraphs into release/v…

YCharts 2.0.0

18 May 07:24
514c863
Compare
Choose a tag to compare
  • Fix for multiple line graph/chart has been added, now it can be used to plot multiple line graphs/line charts on a single canvas or a single line with multiple colors.
  • Background color for Pie chart/Donut chart now can be set via backgroundColor parameter through PieChartConfig model, this is done to keep the behaviour consistent with current syntax pattern.
  • Kotlin-library updates: Kotlin version has been upgraded to '1.8.10' along with agp, compose-compiler, core-ktx, target sdk, and other compatible library updates.
  • Sample App has been updated to showcase more use-cases for each chart type.

YCharts 1.0.0

10 Nov 09:36
21f7dbb
Compare
Choose a tag to compare

YCharts is a light and extensible chart library for Jetpack Compose system. In the version 1.0.0 we are supporting:

  • Line Charts
  • Bar Charts
  • Grouped Bar Charts
  • Pie Charts
  • Donut Charts
  • Combined Charts