From 0a5ab139aab7b406ff9b80588115d5a713f32c27 Mon Sep 17 00:00:00 2001 From: abdullathedruid Date: Sun, 25 Feb 2024 18:05:45 +0000 Subject: [PATCH] feat: hide toolbar again --- lib/gym_live_web/live/app/view_charts.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gym_live_web/live/app/view_charts.ex b/lib/gym_live_web/live/app/view_charts.ex index b3fb1c4..ed9fc45 100644 --- a/lib/gym_live_web/live/app/view_charts.ex +++ b/lib/gym_live_web/live/app/view_charts.ex @@ -65,7 +65,7 @@ defmodule GymLiveWeb.ViewCharts do ~H"""

Squat - estimated one rep max

- <.line_chart id="squat-chart-1" toolbar={true} dataset={@dataset} categories={@categories} /> + <.line_chart id="squat-chart-1" dataset={@dataset} categories={@categories} />
""" end