Chart struct representing initial chart data and configuration.
To create a new %Chart{}, you should use the build/1 method.
%Chart{}
build/1
Chart series type
Chart config type
Create a new %LiveCharts.Chart{} struct
%LiveCharts.Chart{}
@type series() :: map()
@type t() :: %LiveCharts.Chart{ adapter: atom(), id: String.t(), options: map(), series: [series()], type: atom() }
@spec build(map()) :: t()