You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Please consider to add it!
The text was updated successfully, but these errors were encountered: