hi-manshu / Charty

An Elementary Chart library for Jetpack Compose. You can implement any kind of chart natively designed for Compose.
https://hi-manshu.github.io/Charty/
Apache License 2.0
944 stars 52 forks source link

To have multiple lines in single Line Chart #91

Open vyukti13 opened 1 year ago

vyukti13 commented 1 year ago

For now we are able to create line charts with single line representing the data in it. Something like this ->

single line graph image

It would be really beneficial to have multiple lines in a single line graph. Most mobile apps require this in order to display a comparative analysis of data to the user.

Example graph ->

image (this image is taken from internet just to demonstrate the requirement)

hi-manshu commented 1 year ago

Hey can be added.