\documentclass[twoside,a4paper,12pt]{article}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage[upright]{fourier}
\usepackage{tkz-kiviat,numprint,fullpage}
\usetikzlibrary{arrows}
\usepackage{polyglossia}
\setmainlanguage{magyar}
\begin{document}
\begin{tikzpicture}
\tkzKiviatDiagram[label distance=.5cm, scale=0.3]{Introvertált,Oldott,Extrovertált,Feszült}
\tkzKiviatLine[thick,color=blue,mark=none,
fill=blue!20,opacity=.5](
37.5,
50.0,
13.3333333333,
10.5263157895
)
\tkzKiviatGrad[prefix=,unity=10,suffix=\ \%](1)
\end{tikzpicture}
\end{document}
Result:

For some reason, the 100% value in the lattice looks smaller than value=50. I could not find out how to adjust the diagram so that data remains inside the axes.
Another question: if I don't scale the whole diagram by 0.3, then it goes off the page. Why is that? Is it possible to adjust the diagram to textwidth of the current page?

