Hello, this is my first post! Pleasure to join the forum.
So I am trying to create a double axis chart, one will be a bar chart and the other will be a line chart. I have four locations I want to do this for, but if I have the data for all four countries then the visuals will be way too crammed. Here is some of the data below:
[TABLE="width: 1251"]
<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Australia Conversions[/TD]
[TD]Australia CPA[/TD]
[TD]Hong Kong Conversions[/TD]
[TD]Hong Kong CPA[/TD]
[TD]New Zealand Conversions[/TD]
[TD]New Zealand CPA[/TD]
[TD]SingaporeConversions[/TD]
[TD]Singapore CPA[/TD]
[/TR]
[TR]
[TD="align: right"]8/1/2009[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]27.259[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]15.5675[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]23.4875[/TD]
[TD="align: right"]21[/TD]
[TD="align: right"]9.514285714[/TD]
[/TR]
[TR]
[TD="align: right"]8/2/2009[/TD]
[TD="align: right"]11[/TD]
[TD="align: right"]31.68181818[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]67.57[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]47.445[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]23.264[/TD]
[/TR]
</tbody>[/TABLE]
And here is the chart for just one of the tables (one table for each country).
Essentially, if I can have a drop down list above the legend, where I can choose either Australia, Singapore, Hong Kong or New Zealand, then someone viewing the chart can have all the data here and select accordingly.
Thanks, and apologies if I broke any rules in how I posted. I read the rules, but not entirely. I will fix the thread if there is something blatantly wrong.
So I am trying to create a double axis chart, one will be a bar chart and the other will be a line chart. I have four locations I want to do this for, but if I have the data for all four countries then the visuals will be way too crammed. Here is some of the data below:
[TABLE="width: 1251"]
<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Australia Conversions[/TD]
[TD]Australia CPA[/TD]
[TD]Hong Kong Conversions[/TD]
[TD]Hong Kong CPA[/TD]
[TD]New Zealand Conversions[/TD]
[TD]New Zealand CPA[/TD]
[TD]SingaporeConversions[/TD]
[TD]Singapore CPA[/TD]
[/TR]
[TR]
[TD="align: right"]8/1/2009[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]27.259[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]15.5675[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]23.4875[/TD]
[TD="align: right"]21[/TD]
[TD="align: right"]9.514285714[/TD]
[/TR]
[TR]
[TD="align: right"]8/2/2009[/TD]
[TD="align: right"]11[/TD]
[TD="align: right"]31.68181818[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]67.57[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]47.445[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]23.264[/TD]
[/TR]
</tbody>[/TABLE]
And here is the chart for just one of the tables (one table for each country).
Essentially, if I can have a drop down list above the legend, where I can choose either Australia, Singapore, Hong Kong or New Zealand, then someone viewing the chart can have all the data here and select accordingly.
Thanks, and apologies if I broke any rules in how I posted. I read the rules, but not entirely. I will fix the thread if there is something blatantly wrong.