Plugin Directory

Changeset 217586


Ignore:
Timestamp:
03/14/2010 08:13:52 PM (16 years ago)
Author:
anukit
Message:

thumb grid lines

File:
1 edited

Legend:

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

    r217582 r217586  
    208208                       
    209209            // 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';
    211211           
    212212            // data point markers
     
    226226           
    227227            // 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';
    229229           
    230230        }
Note: See TracChangeset for help on using the changeset viewer.