AAY-chart
AAY-chart copied to clipboard
Bar chart doesn't have label option for each item
LineParameter has something like "label" parameter to denotes the item information when user clicks on it. Whereas, BarParameter doesn't have anything in it. Also, having on click callback could be useful for developer to show the dialog as soon as user clicks on it.
data class BarParameters(
val dataName: String,
val data: List<Double>,
val barColor: Color,
)
Please consider to add it!
Thanks for mentioning that we will work to provide it ❤️