I've been able to display regular reports with Visualize.js but Google Map in the report is not being display. Has anybody been able to display Google Map in a report with Visualize.js?
I just dropped the Map component in the report and the map shows up when I view it from the Repository. I've tried with both 5.6.0 and 5.6.1.
1 Answer:
Posted on September 30, 2014 at 8:15pm
I need to load Google Map script in my html file. The map came up after adding the line below.
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
Seems like I have to add script files that'll be used in the report to make Visualize.js work.