Uncharted.ColumnChart.Column (uncharted v0.2.0) View Source

A struct representing column-level display properties.

Link to this section Summary

Link to this section Types

Specs

t() :: %Uncharted.ColumnChart.Column{
  bar_offset: Float.t(),
  bar_width: Float.t(),
  column_height: Float.t(),
  fill_color: atom(),
  label: String.t(),
  offset: Float.t(),
  width: Float.t()
}