Changeset 217586
- Timestamp:
- 03/14/2010 08:13:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cyclopress/branches/cp2/classes/cy_google_charts.php
r217582 r217586 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, 1';210 $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1,5'; 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, 5';228 $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1,10'; 229 229 230 230 }
Note: See TracChangeset
for help on using the changeset viewer.