3 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in the Kotlin Multiplatform Charts library where bar chart bars overlap the axes when a small number of data points are used and a gutter is set. The issue seems to stem from problems with the automatic sizing of the chart.

Complexity: 3/5
bug good first issue

Kotlin Multiplatform Charts Library

Kotlin

AI Summary: Debug and fix a bug in a Kotlin Multiplatform charting library where bar charts fail to render when only one data point is provided. The solution likely involves adjusting the rendering logic within the BarChart component to handle the single data point case appropriately.

Complexity: 3/5
bug good first issue

Kotlin Multiplatform Charts Library

Kotlin

AI Summary: Improve the Kotlin Multiplatform Charts library to gracefully handle cases where no data is provided to the charts, preventing crashes and providing a user-friendly experience. This involves adding error handling and potentially displaying a message or alternative visual representation when no data points are available.

Complexity: 3/5
enhancement good first issue

Kotlin Multiplatform Charts Library

Kotlin