defp make_bar_chart_dataset(data) do…
Either change parameter name data to products_with_average_ratings or change Contex.Dataset.new(products_with_average_ratings) to Contex.Dataset.new(data)
defp make_bar_chart_dataset(data) do…
Either change parameter name data to products_with_average_ratings or change Contex.Dataset.new(products_with_average_ratings) to Contex.Dataset.new(data)
Thanks for pointing that out! You’ll see the change in an upcoming Beta release ![]()