Plugin Directory

Changeset 217558


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

getting rid of labels and markers

File:
1 edited

Legend:

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

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