We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Adapter
Bar Chart
Line Chart (Dynamic)
Line Chart (Multi-series)
Pie Chart
Area Chart (Spline)
Area Chart (Step, Stacked)
Heat Map Chart
Bar Chart
LiveCharts.build(%{ id: "bar_chart_simple", type: :bar, options: %{ colors: ["#23700C"], xaxis: %{ categories: [2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020] }, dataLabels: %{enabled: false} }, adapter: LiveCharts.Adapter.ApexCharts, series: [ %{ data: [88, 80, 74, 7, 86, 4, 65, 34, 63, 59] } ] })
For more details, see the documentation.