Closed (cannot reproduce)
Project:
Charts and Graphs
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
11 Jan 2011 at 15:17 UTC
Updated:
26 Apr 2011 at 19:40 UTC
Hi,
I am using google charts and my x-axis labels need to be positioned unevenly. So what is the equivalent to 'chxp' which I can use in my module?
Thanks
Comments
Comment #1
kabslock commentedOk, I figured out the axis label position. It is set using :
chart_mixed_axis_label($label,$position);
When I try to define
'#shape_markers' => chart_shape_marker(CHART_MARKER_CROSS,'cc0000'),
in the chart array, I get a warning saying :
warning: implode() [function.implode]: Invalid arguments passed in ...\modules\chart-6.x-1.3\chart\chart.module on line 576.
Any suggestions?
Comment #2
rsevero commentedI believe you are confusing two different charting solutions for Drupal:
To set the 'chxp' Google Charts setting in Charts and Graphs module please take a look at 'arbitraty settings' in the advanced help pages for Charts and Graphs.
I believe 'chart_shape_marker' might be related to Chart API.
Comment #3
kabslock commentedThank you for your reply.
Chart, Charts, Charts and Graphs...are confusing.
'chart_shape_marker' is indeed related to Chart API. I will raise the issue there.
Comment #4
rsevero commentedClosing.