Hi,

This is actually very simple to do. You simply have to make the charts
separately, and create divs for each of them. Here's a jsfiddle that does
this: http://jsfiddle.net/m614gsyf/

On Mon Oct 20 2014 at 4:20:32 AM Jasim Swati <i.ja...@gmail.com> wrote:

> Hello I have a simple problem
> I want to show Both Map and Geo chart on one page!
> Variables (Data for both are different) Any one knows how to show both map
> and Geo chart on one page?
>
> Data for Map is below
>  ['Lat', 'Long', 'LSC'],
>           [24.7251918, 46.8225288, 'LSC in Riyadh'],
>           [21.4547728, 39.2112822, 'LSC in Jeddah'],
>           [30.947187, 41.0714436, 'LSC in Arar'],
>           [31.3373234, 37.3535156, 'LSC in Al Qurayyat'],
>           [26.198333, 36.475556, 'LSC in Al Wadjh'],
>           [28.3938233, 36.5671287, 'LSC in Al Tabuk'],
>           [24.4710724, 39.6175575, 'LSC in Madhina Al Munawra'],
>           [16.9039974, 42.5887371, 'LSC in Jazan'],
>           [26.3547207, 49.9924822, 'LSC in Dammam'],
>           [17.4926786, 47.1077013, 'LSC in Sharorah'],
>           [17.5375359, 44.193205, 'LSC in Najran'],
>           [18.2416853, 42.548418, 'LSC in Abha'],
>           [19.9824164, 42.5867844, 'LSC in Bishah'],
>           [24.4993177, 44.4074248, 'LSC in Al Duwadimi'],
>           [28.3348908, 45.9663677, 'Hafar Al Batin'],
>       ]);
>
> Data for Geo Chart is below
>
>  ['Country', 'Popularity'],
>           ['Germany', 200],
>           ['United States', 300],
>           ['Brazil', 400],
>           ['Canada', 500],
>           ['France', 600],
>           ['RU', 700]
>         ]);
>
> Please help so that i can show both Charts on One page! Remember i dont want 
> to merge both charts but i just want to show them both on one page!
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to