Skip to content

Commit

Permalink
feat: hide toolbar again
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullathedruid committed Feb 25, 2024
1 parent 77dac5d commit 0a5ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gym_live_web/live/app/view_charts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defmodule GymLiveWeb.ViewCharts do
~H"""
<div class="mx-4 my-4">
<p>Squat - estimated one rep max</p>
<.line_chart id="squat-chart-1" toolbar={true} dataset={@dataset} categories={@categories} />
<.line_chart id="squat-chart-1" dataset={@dataset} categories={@categories} />
</div>
"""
end
Expand Down

0 comments on commit 0a5ab13

Please sign in to comment.