Uncharted.BarChart.Bar (uncharted v0.2.0) View Source

A struct representing bar-level display properties.

Link to this section Summary

Link to this section Types

Specs

t() :: %Uncharted.BarChart.Bar{
  bar_height: Float.t(),
  bar_offset: Float.t(),
  bar_width: Float.t(),
  fill_color: atom(),
  height: Float.t(),
  label: String.t(),
  offset: Float.t()
}