Proportion bar

A segmented horizontal bar for comparing proportions.

A segmented horizontal bar for comparing proportions.

Public API

  • FProportionBar
  • FProportionBarSpacing

Example

FProportionBar(
    values: values,
    total: 100,
    legend: legend,
    spacing: .standard
)

Source

This reference follows Sources/FreakUI/Components/Charts/FProportionBar.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.