diff --git a/library/pDraw.php b/library/pDraw.php index 2e75aeb..cc6d567 100644 --- a/library/pDraw.php +++ b/library/pDraw.php @@ -4439,7 +4439,7 @@ function drawBarChart($Format=NULL) $DisplayOrientation = isset($Format["DisplayOrientation"]) ? $Format["DisplayOrientation"] : ORIENTATION_HORIZONTAL; $DisplayOffset = isset($Format["DisplayOffset"]) ? $Format["DisplayOffset"] : 2; $DisplayColor = isset($Format["DisplayColor"]) ? $Format["DisplayColor"] : DISPLAY_MANUAL; - $DisplayFont = isset($Format["DisplaySize"]) ? $Format["DisplaySize"] : $this->FontName; + $DisplayFont = isset($Format["DisplayFont"]) ? $Format["DisplayFont"] : $this->FontName; $DisplaySize = isset($Format["DisplaySize"]) ? $Format["DisplaySize"] : $this->FontSize; $DisplayPos = isset($Format["DisplayPos"]) ? $Format["DisplayPos"] : LABEL_POS_OUTSIDE; $DisplayShadow = isset($Format["DisplayShadow"]) ? $Format["DisplayShadow"] : TRUE; @@ -6213,4 +6213,4 @@ function getAbscissaMargin($Data) } } -?> \ No newline at end of file +?>