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 |
Jump to:
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.
| Attachment | Size |
|---|---|
| chart_barsize.patch.txt | 754 bytes |

#1
Lets makes some constants for:
<?php'#mode' => $relative ? 'r' : 'a',
?>
If possible please use http://drupal.org/patch.