Relative Content

Tag Archive for androidkotlinchartsfrontendandroid-jetpack-compose

YChart Android – I can’t show the points in the chart as they should

I need to create a line graph where each point represents a product purchased and where the x axis represents the hours of the day (from 0 to 24), while the y represents the cost of that product. For each object I add I go to Recompose the Composable but even though I create the point with the right coordinates, the points do not show where they should.