Changeset 217559
- Timestamp:
- 03/14/2010 06:25:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cyclopress/branches/cp2/classes/cy_google_charts.php
r217558 r217559 209 209 210 210 // data point markers 211 /*$chm = 'chm=B,'.$this->chart_color_fill.',0,0,0'; // fill color212 $chm .= '|o,'.$this->chart_color_markers.',0,-1,3'; // dots on data points213 $chm .= '|N,'.$this->chart_color_text.',0,-1,10'; // text labels214 $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; 215 215 216 216 } else {
Note: See TracChangeset
for help on using the changeset viewer.