Hi,
I want to amalgamate a scatter chart and a bar chart.
I have the following data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]09:00[/TD]
[TD]09:15[/TD]
[TD]10:00[/TD]
[TD]10:35[/TD]
[TD]11:00[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD][/TD]
[TD]5[/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]20[/TD]
[TD][/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]Sold[/TD]
[TD]8[/TD]
[TD][/TD]
[TD]17[/TD]
[TD][/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
So basically, I want to see the following two graphs amalgamated...pictures attached... (View image: Total Sold & View image: London)
I was trying to do it on secondary axis on a scatter graph, but it just pushed all the data to one side for the primary axis and all the data to the other side for the secondary axis...anyone got any ideas?
Thanks,
Eoin
I want to amalgamate a scatter chart and a bar chart.
I have the following data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]09:00[/TD]
[TD]09:15[/TD]
[TD]10:00[/TD]
[TD]10:35[/TD]
[TD]11:00[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD][/TD]
[TD]5[/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]20[/TD]
[TD][/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]Sold[/TD]
[TD]8[/TD]
[TD][/TD]
[TD]17[/TD]
[TD][/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
So basically, I want to see the following two graphs amalgamated...pictures attached... (View image: Total Sold & View image: London)
I was trying to do it on secondary axis on a scatter graph, but it just pushed all the data to one side for the primary axis and all the data to the other side for the secondary axis...anyone got any ideas?
Thanks,
Eoin