PHP Classes

its all gone white

Recommend this page to a friend!

      baaChart  >  All threads  >  its all gone white  >  (Un) Subscribe thread alerts  
Subject:its all gone white
Summary:color no longer working
Messages:3
Author:Martin Walker
Date:2007-06-04 07:56:07
Update:2007-12-11 12:14:20
 

  1. its all gone white   Reply   Report abuse  
Picture of Martin Walker Martin Walker - 2007-06-04 07:56:07
All my charts have suddenly gone wrong, with all the graph lines becoming white in color.
Nothing has changed, so I assume some php library patch is causing this. Am I alone in this?

  2. Re: its all gone white   Reply   Report abuse  
Picture of Martin Walker Martin Walker - 2007-06-04 16:00:23 - In reply to message 1 from Martin Walker

imagearc($this->image,$x,$y,$w,$h,0,361,$this->black);

is the issue:

imagearc($this->image,$x,$y,$w,$h,0,360,$this->black);

works.


  3. Re: its all gone white   Reply   Report abuse  
Picture of samo samo - 2007-12-11 12:14:20 - In reply to message 2 from Martin Walker
Thanks for this time-saver. I'd need hours to spot this one :)