Plugin Directory

Changeset 217559


Ignore:
Timestamp:
03/14/2010 06:25:44 PM (16 years ago)
Author:
anukit
Message:

removing labels and markers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cyclopress/branches/cp2/classes/cy_google_charts.php

    r217558 r217559  
    209209           
    210210            // data point markers
    211             /*$chm  = 'chm=B,'.$this->chart_color_fill.',0,0,0'; // fill color
    212             $chm .= '|o,'.$this->chart_color_markers.',0,-1,3'; // dots on data points
    213             $chm .= '|N,'.$this->chart_color_text.',0,-1,10'; // text labels
    214             $q[] = $chm;*/
     211            $chm  = 'chm=B,'.$this->chart_color_fill.',0,0,0'; // fill color
     212            //$chm .= '|o,'.$this->chart_color_markers.',0,-1,3'; // dots on data points
     213            //$chm .= '|N,'.$this->chart_color_text.',0,-1,10'; // text labels
     214            $q[] = $chm;
    215215       
    216216        } else {
Note: See TracChangeset for help on using the changeset viewer.