Plugin Directory

Changeset 217582


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

thumbnail grid lines

File:
1 edited

Legend:

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

    r217581 r217582  
    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,5';
     210            $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1,1';
    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,1';
     228            $q[] = 'chg='.(100 / (count($x_labels) - 1)).','.(100 / (count($y_labels) - 1)).',1,5';
    229229           
    230230        }
Note: See TracChangeset for help on using the changeset viewer.