ehsannarmani / ComposeCharts

Animated & Flexible Practical Charts For Jetpack Compose
https://ehsannarmani.github.io/ComposeCharts/
Apache License 2.0
388 stars 25 forks source link

Can I hide the legend (label and dot) of the chart? #31

Closed chriszal closed 1 month ago

chriszal commented 1 month ago

Im not sure if I missed anything but I don't seem to be able to hide the legend of the whole chart. So the dot and the label. I can Just make the label be empty but then I don't know how to hide the dot that shows the colour of the line. I'm using a line chart by the way.

ehsannarmani commented 1 month ago

@chriszal hi dude. please explain what do you need with a picture, i did not understand what you mean exactly.

chriszal commented 1 month ago

I wanted my chart to look like this so basically not have the label ontop with the colored dot in front of it. Screenshot_2024-10-08-13-59-22-26_d79f27bf609fd8e25af1ee25ad7635ab

ehsannarmani commented 1 month ago

image we have a chart like that in sample, read the sample and you can implement this according to sample