Open Issues Need Help
View All on GitHubAI 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.
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.
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.