Skip to content

Commit

Permalink
test dropdown for aggregate function
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Aug 16, 2024
1 parent 2a4688b commit 7584a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/graphs/bar-plot/build.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3 class="box-title">Bar Plot</h3>
<div class="box-footer">
<button type="button" class="btn btn-danger" onclick="deletePlot('[[id]]')">Delete</button>
<div class="dropdown">
<button class="dropbtn">Aggregate Data?</button>
<button class="dropbtn btn btn-success">Aggregate Data?</button>
<div class="dropdown-content">
<a href="#">None</a>
<a href="#">Minimum</a>
Expand Down

0 comments on commit 7584a3d

Please sign in to comment.