Skip to content

Commit

Permalink
fix: plot barplot csv
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Mar 18, 2024
1 parent c68169c commit d80ba00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/board.expression/R/expression_plot_barplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ expression_plot_barplot_ui <- function(
plotlib = "plotly",
caption = caption,
options = plots_barplot_opts,
download.fmt = c("png", "pdf", "csv"),
download.fmt = c("png", "pdf"),
width = width,
height = height
)
Expand Down Expand Up @@ -136,7 +136,6 @@ expression_plot_barplot_server <- function(id,
"pltmod",
plotlib = "plotly",
func = plotly.RENDER,
csvFunc = plot_data, ## *** downloadable data as CSV
res = c(80, 95), ## resolution of plots
pdf.width = 6, pdf.height = 6,
add.watermark = watermark
Expand Down

0 comments on commit d80ba00

Please sign in to comment.