View unanswered posts | View active topics It is currently Thu Mar 28, 2024 9:59 pm



Reply to topic  [ 1 post ] 
writeBounds ExcludedSeries dosn't work in 2.1.3 
Author Message
New pChart user
New pChart user

Joined: Tue May 28, 2013 10:08 pm
Posts: 1
Post writeBounds ExcludedSeries dosn't work in 2.1.3
class\pDraw.class.php
@ line 3198
Code:
    list($XMargin,$XDivs) = $this->scaleGetXSettings();

     $Data = $this->DataSet->getData();
     foreach($Data["Series"] as $SerieName => $Serie)
      {
- if ( $Serie["isDrawable"] == TRUE && $SerieName != $Data["Abscissa"] && !isset($ExcludedSeries[$SerieName]))
+ if ( $Serie["isDrawable"] == TRUE && $SerieName != $Data["Abscissa"] && $ExcludedSeries != $SerieName)
        {
         $R = $Serie["Color"]["R"]; $G = $Serie["Color"]["G"]; $B = $Serie["Color"]["B"]; $Alpha = $Serie["Color"]["Alpha"]; $Ticks = $Serie["Ticks"];
         if ( $DisplayColor == DISPLAY_AUTO ) { $DisplayR = $R; $DisplayG = $G; $DisplayB = $B; }


Regards,
Zdolny


Tue May 28, 2013 10:14 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 1 post ] 

Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron