Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #14146: Graphs in pdf not correctly displayed
  • Loading branch information
dominikvitt committed Oct 16, 2018
1 parent 4951058 commit 62c144c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/third_party/pchart/pChart.class.php
Expand Up @@ -500,8 +500,6 @@ function drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$A
if ( !isset($Divisions) )
$Divisions = 2;

if ($Scale == 1 && $Divisions%2 == 1)
$Divisions--;
}
else
$Divisions = $this->Divisions;
Expand Down

0 comments on commit 62c144c

Please sign in to comment.