Closed (fixed)
Project:
Google Chart Tools: Image Charts
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2011 at 15:55 UTC
Updated:
21 Feb 2015 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
texas-bronius commentedFor instance, in addition to the current labels (label + position), I also seem to need
chxrwhich seems to be provided only when a generic label range is used.Comment #2
xurizaemonSubscribing. I like this idea but from memory (only) I think that each parameter needs more than just being thrown into an arguments array, so I don't think it'll be as simple as we might hope.
+1 for Google Chart API to add some methods for adding arbitrary / custom params and / or hooks for implementing external aspects.
Comment #3
Pedro Lozano commented+1.
The module should have another _alter hook that would allow to modify the $data array build with the url attributes.
Comment #4
Pedro Lozano commentedExample patch.
A simple inplementation of the #scale param would be.
Comment #5
mcm.guaba commentedI don't know if this is the right place for this, but I'm having trouble getting the correct data labels on my bar chart. After I applied '#adjust_resolution', my data does display properly, but with the following code, it only displays the scaled values on the labels (i.e. between 0 and 100) and not the actual values.
I applied the chds patch and tried a few things out, but no cigar. Any ideas on how the get the correct values on my labels?
Comment #6
13rac1 commentedCommitted to 6.x-1.x and 7.x-1.x with minor modification.
Comment #8
Max_Headroom commentedPlease document this in chart.api.php
Comment #9
Pierre.Vriens commentedComment #10
Pierre.Vriens commented