views:

92

answers:

1

Hello!

Is there a way to display multiple charts on the same image using Google Charts api?

To elaborate: I have one data series which I want to display as bar chart. I have another data set which has nothing to do with the first one (well they are correlated but the values are hundred times bigger). X-axis is for dates. I want to have second data set displayed as line chart with Y-axis on the left.

I found something similar in "Compound charts" section but as far as I understand markers are calculated based on already displayed data set - and I want to have them independent.

In other words - is it possible to make image like this: http://chart.apis.google.com/chart?cht=bvg&chm=D,0033FF,1,0,5,1&chs=200x150&chd=t1:30,10,20|60,40,50&chxt=y

but with the line being independent and their values axis being on the right.

I'm sorry I'm not familiar with the terminology - I'm sure there is a name for what I'm trying to achieve. Thanks!

A: 

I've looked into something similar to this before and have used the google chart API a lot. I'm 90% sure the answer is no. Sry :(

Ken Struys