Patch for auto/relative chart bar sizing

yhahn - December 11, 2008 - 02:50
Project:Chart API
Version:6.x-1.2
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:needs work
Description

This is a super-small patch to update the chart bar sizing parameter for the Charts API change that uses an auto/relative flag now:

http://code.google.com/apis/chart/styles.html#bar_width

Patched again Drupal 6 HEAD.

AttachmentSize
chart_barsize.patch.txt754 bytes

#1

boombatower - June 18, 2009 - 18:40
Status:needs review» needs work

Lets makes some constants for:

<?php
'#mode'    => $relative ? 'r' : 'a',
?>

If possible please use http://drupal.org/patch.

 
 

Drupal is a registered trademark of Dries Buytaert.