Skip to main content

include/sparklinekit@bar_Builder.hrl

-record(builder, {
    values :: list(float()),
    theme :: sparklinekit@theme:theme(),
    color :: binary(),
    background :: binary(),
    negative_color :: gleam@option:option(binary()),
    width :: integer(),
    height :: integer(),
    gap :: float(),
    corner_radius :: float()
}).