terezka / elm-charts-alpha / Chart.Axis.Unit


type alias Config =
Internal.Unit.Config


type alias Properties =
{ symbol : String
, space : Basics.Bool
, prefixed : Basics.Bool 
}

none : Config

years : Config

dollars : Config

millimeters : Config

meters : Config

kilometers : Config

grams : Config

kilograms : Config

custom : Properties -> Config