AAY-chart icon indicating copy to clipboard operation
AAY-chart copied to clipboard

Bar chart doesn't have label option for each item

Open piappstudio opened this issue 2 years ago • 1 comments

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!

piappstudio avatar Nov 24 '23 05:11 piappstudio

Thanks for mentioning that we will work to provide it ❤️

AndrewAboalhana avatar Nov 24 '23 23:11 AndrewAboalhana