Changeset 217558
- Timestamp:
- 03/14/2010 06:24:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cyclopress/branches/cp2/classes/cy_google_charts.php
r217539 r217558 209 209 210 210 // data point markers 211 $chm = 'chm=B,'.$this->chart_color_fill.',0,0,0'; // fill color211 /*$chm = 'chm=B,'.$this->chart_color_fill.',0,0,0'; // fill color 212 212 $chm .= '|o,'.$this->chart_color_markers.',0,-1,3'; // dots on data points 213 213 $chm .= '|N,'.$this->chart_color_text.',0,-1,10'; // text labels 214 $q[] = $chm; 214 $q[] = $chm;*/ 215 215 216 216 } else {
Note: See TracChangeset
for help on using the changeset viewer.