diff --git a/modules/boxPlot.R b/modules/boxPlot.R index 13fe0be339a0514411301660c8c2ff2df66bf81a..e1d9afc67905b322100091dbba8b67cc6b319095 100644 --- a/modules/boxPlot.R +++ b/modules/boxPlot.R @@ -236,8 +236,8 @@ modBoxPlot = function(input, output, session, scale_fill_discrete(name = '') + xlab('') + ylab('') + - #ggplotTheme() + - myGgplotTheme + + ggplotTheme() + + #myGgplotTheme + theme(legend.position = input$selPlotBoxLegendPos) if (input$chBxAxisLabelsRotate)