Hello! I need to have line charts in my app that is almost entirely built with Compose. I was looking at MPAndroidChart at first, but I need a feature that I could not find was available. All values have defined ranges with a color so the color of the line needs to change in a smooth way as the line moves through those ranges.
Any suggestions about a good charting component that this is easy to do?