indicatrix / elm-chartjs-webcomponent / Chartjs.Options.Layout

For more information, see https://www.chartjs.org/docs/latest/configuration/layout.html


type Layout
    = Uniform Basics.Int
    | Specific ({ left : Basics.Int, right : Basics.Int, top : Basics.Int, bottom : Basics.Int })

Controls the amount of padding inside the chart By default, this is 0 on all sides

This can be set as either Uniform (applied to all sides) or Specific (different paddings for each side)