/[drupal]/contributions/modules/chart/chart.module
ViewVC logotype

Diff of /contributions/modules/chart/chart.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.16, Wed Oct 21 04:23:09 2009 UTC revision 1.17, Wed Oct 28 02:16:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: chart.module,v 1.15 2009/07/14 02:45:33 boombatower Exp $  // $Id: chart.module,v 1.16 2009/10/21 04:23:09 boombatower Exp $
3  /**  /**
4   * @file   * @file
5   * Provides Google chart API integration.   * Provides Google chart API integration.
# Line 250  function chart_build($chart) { Line 250  function chart_build($chart) {
250      '#title' => '',      '#title' => '',
251      '#size' => '',      '#size' => '',
252      '#legends' => array(),      '#legends' => array(),
253        '#legend_position' => '',
254      '#labels' => array(),      '#labels' => array(),
255      '#adjust_resolution' => FALSE,      '#adjust_resolution' => FALSE,
256      '#line_styles' => array(),      '#line_styles' => array(),

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.2