30日間の無料評価版をお試しいただけます。

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

概要

Javascript APIのバージョン2.xには、インタラクティブなGoogleマップレポートのサポートが含まれています。こちらを機能させるためには、ページでレポートをロードする前に、Google APIスクリプトを含めなくてはいけません。Google APIスクリプトを使用できない場合、レポートは非インタラクティブなバージョンに切り替わります。Javascript APIは、GoogleマップAPIのバージョン3を使用します。このバージョンのGoogle APIを使用するためには、ページがホスティングされているドメインのAPIキーが必要です。

インタラクティブなGoogleマップレポートをロードするGoogle APIを含める例は、以下の通りです。

<!-- include the Google API -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=..."></script>
<!-- embed the Yellowfin report -->
<script type="text/javascript" src="http://localhost/JsAPI?reportUUID=e5e5aaf3-c3b8-4f9b-8280-e21e4d848e63"></script>

 

  • No labels