Contents

chartSymbolSizeScale(_:)

Configures the symbol size scale for charts.

Declaration

nonisolated func chartSymbolSizeScale<DataValue>(_ mapping: KeyValuePairs<DataValue, CGFloat>) -> some View where DataValue : Plottable

Parameters

  • mapping:

    Maps data categories to symbol sizes.

See Also

Symbol size scales