summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_Graph/pts_Graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/objects/pts_Graph/pts_Graph.php')
-rw-r--r--pts-core/objects/pts_Graph/pts_Graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts_Graph/pts_Graph.php b/pts-core/objects/pts_Graph/pts_Graph.php
index c152511..dd843a3 100644
--- a/pts-core/objects/pts_Graph/pts_Graph.php
+++ b/pts-core/objects/pts_Graph/pts_Graph.php
@@ -546,7 +546,7 @@ abstract class pts_Graph
}
protected function return_graph_image()
{
- $this->graph_image->render_image($this->graph_output, 5);
+ $this->graph_image->render_image($this->graph_output, 85);
$this->graph_image->destroy_image();
}
protected function trim_double($double, $accuracy = 2)