You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
You cannot do this.
On Tuesday, June 12, 2012 10:49:32 AM UTC-4, JT wrote:
It looks straightforward to create a chart with bars and lines, but how do I associate the bars with one axis and the lines with the other using the GWT API?
J
asgallant
unread,
Jun 12, 2012, 11:59:32 AM6/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Unless you are referring to multiple vertical axes, that is. If so, set each series' "targetAxisIndex" parameter in the chart's "series" option.
JT
unread,
Jun 12, 2012, 12:31:11 PM6/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
It looks like this is supported by the underlying Javascript graph, its simply unavailable from GWT/Javascript? Series.setTargetAxisIndex(int) seems to be missing...