From 3f18ef511b4cb0943e37c20735ffe836009d5200 Mon Sep 17 00:00:00 2001 From: Miha Date: Thu, 29 Apr 2021 22:03:41 +0200 Subject: [PATCH] =?UTF-8?q?Za=20potrebe=20PDF-ja=20malo=20zmanj=C5=A1an=20?= =?UTF-8?q?radar=20graf:=20zaradi=20preglednosti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/modules/mod_NIJZ/R/Nijz.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/survey/modules/mod_NIJZ/R/Nijz.R b/admin/survey/modules/mod_NIJZ/R/Nijz.R index b5aae0052..0247eb141 100644 --- a/admin/survey/modules/mod_NIJZ/R/Nijz.R +++ b/admin/survey/modules/mod_NIJZ/R/Nijz.R @@ -252,7 +252,7 @@ data <- #-------------------------- RADAR CHART -----------------------------# -CairoPNG(paste0('../../admin/survey/modules/mod_NIJZ/results/radar_', respondent_id, '.png'), width = 950, height = 750) # Export chart to png +CairoPNG(paste0('../../admin/survey/modules/mod_NIJZ/results/radar_', respondent_id, '.png'), width = 900, height = 700) # Export chart to png # Create rang which will be labeld in grapf (10 likert scale) myrange <- c(0, 7)