added name

This commit is contained in:
s426228 2021-01-16 02:33:32 +01:00
parent 9c114ed55e
commit 00e62eb035

View File

@ -68,7 +68,7 @@ klasyserver <- function(input, output,session) {
g=ggplot(d, aes(x,y,fill=x))+
geom_col()+
labs(x="",y="%")
labs(x="",y="Prawdopodobieñstwo [%]")
ggplotly(g)