yujota / elm-makie / Makie.Annotation

This module provides API related to Annotation

Types


type alias Annotation =
Makie.Internal.Makie.Annotation

Annotation type.


type alias Id =
Makie.Internal.Makie.AnnotationId

Annotation's ID type.

Constructor

id : String -> Id

Construct Id

point : Time.Posix -> Makie.Category.Id -> { x : Basics.Float, y : Basics.Float } -> Annotation

Create point annotation