LiveChart.Axes.BaseAxes (uncharted v0.1.0) View Source

Exposes a struct representing configuration for axes on LiveCharts.

Link to this section Summary

Link to this section Types

Specs

t() :: %LiveChart.Axes.BaseAxes{
  magnitude_axis: LiveChart.Axes.MagnitudeAxis.t() | nil,
  show_gridlines: boolean(),
  x: LiveChart.Axes.MagnitudeAxis.t() | nil,
  y: LiveChart.Axes.MagnitudeAxis.t() | nil
}