Package io. github. koalaplot. core. bar
Types
Specifies the settings for an Axis.
An interface that defines a data element to be plotted on a Bar chart.
A scope for configuring a bullet graph.
A scope for constructing displays that layout and align features among multiple bullet graphs.
Default implementation of a BarChartEntry.
Set the label width as a fixed size in Dp. If the label is smaller than the size it will be right-justified to the graph.
Set the label width as a fixed fraction of the overall graph width. If the label is smaller than the fixed fraction it will be right-justified to the graph.
Sealed class hierarchy to designate the label area width type and values.
Set the label width as a variable fraction of the overall graph width. If the label is smaller than the fraction the graph will grow to occupy the available space.
Defines a Composable function used to emit a vertical bar. The parameter series is the chart data series index. The parameter index is the element index within the series. The parameter value is the value of the element.
Functions
Implementation of a bullet graph as defined in http://www.perceptualedge.com/articles/misc/Bullet_Graph_Design_Spec.pdf.
A vertical layout of multiple bullet graphs. Each bullet will equally share the vertical space and be the same height. The left and right edges of all bullets will be aligned horizontally.
A default implementation of a bar for bar charts.
A diamond-shaped indicator that may be used as a feature marker.
A default implementation of a bar indicator that can be used for the featured measure or qualitative ranges.
A line for comparative measure indicators.
A VerticalBarChart to be used in an XYChart and that can plot multiple series either side-by-side or stacked as a stacked bar chart.