Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bar chart doesn't have label option for each item #98

Open
piappstudio opened this issue Nov 24, 2023 · 1 comment
Open

Bar chart doesn't have label option for each item #98

piappstudio opened this issue Nov 24, 2023 · 1 comment

Comments

@piappstudio
Copy link

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!

@AndrewAboalhana
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants