Changeset 217582
- Timestamp:
- 03/14/2010 08:11:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cyclopress/branches/cp2/classes/cy_google_charts.php
r217581 r217582 208 208 209 209 // grid lines: <x_axis_step_size>,<y_axis_step_size>,<dash_length>,<space_length> 210 $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1, 5';210 $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1,1'; 211 211 212 212 // data point markers … … 226 226 227 227 // grid lines: <x_axis_step_size>,<y_axis_step_size>,<dash_length>,<space_length> 228 $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1, 1';228 $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1,5'; 229 229 230 230 }
Note: See TracChangeset
for help on using the changeset viewer.