Plugin Directory

Changeset 217576


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

changed y tick target to 8

File:
1 edited

Legend:

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

    r217574 r217576  
    154154        // get nice tick ranges for the data
    155155        list($x_tick_range, $x_lower_bound, $x_upper_bound) = $this->get_chart_step_size(7, (count($x_data)-1), 1);
    156         list($y_tick_range, $y_lower_bound, $y_upper_bound) = $this->get_chart_step_size(7, $max, 0);
     156        list($y_tick_range, $y_lower_bound, $y_upper_bound) = $this->get_chart_step_size(8, $max, 0);
    157157
    158158        // get labels and nicely-spaced label positions
Note: See TracChangeset for help on using the changeset viewer.