Package-level declarations

Functions

Link copied to clipboard
fun DrawScope.drawGridLines(width: Float, height: Float, spacing: Float)
Link copied to clipboard
fun DrawScope.drawXAxis(color: Color, stroke: Float)

Draws the X axis.

Link copied to clipboard
fun DrawScope.drawYAxis(color: Color, stroke: Float)

Draws the Y axis.

Link copied to clipboard
fun DrawScope.drawYAxisLabels(values: List<Float>, spacing: Float, textColor: Color = Color.Black)

Draws Y-axis labels for a list of values.