yujota / elm-makie / Makie.Category

This module provides API related to Category

Types


type alias Category =
Makie.Internal.Makie.Category

Category type.


type alias Id =
Makie.Internal.Makie.CategoryId

Category Id type.

Constructor

id : String -> Id

Construct Id

category : String -> Color -> Category

Create category

categoryWith : { name : String, color : Color, selectedColor : Color, fillColor : Color, selectedFillColor : Color, borderColor : Color, selectedBorderColor : Color } -> Category

Create category with options