Skip to content

Commit

Permalink
fix donwload of histogram table #70
Browse files Browse the repository at this point in the history
  • Loading branch information
heimannch committed Aug 5, 2024
1 parent 91ce08c commit 838845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/drilldown_histogram_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ drilldown_histogram_server <- function(

plotly_server(
"histogram",
plot_data = histogram_data()
plot_data = histogram_data
)

return(histogram_data)
Expand Down

0 comments on commit 838845e

Please sign in to comment.