Default Horizontal Bar Composable
typealias DefaultHorizontalBarComposable<X, Y> = HorizontalBarComposable<HorizontalBarPlotEntry<X, Y>>
Defines a Composable function used to emit a horizontal bar for HorizontalBarPlotEntry values. Delegates to HorizontalBarComposable with HorizontalBarPlotEntry as type parameter.
Parameters
X
The type of the x-axis values
Y
The type of the y-axis values