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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
top
top

概要

Styleclass
ClasstopLink

ページトップ

Javascript APIのバージョン2.xでは、対話型のGoogle Mapsレポートのサポートが含まれています。操作するには、ページでレポートをロードする前にGoogle APIスクリプトを含める必要があります。Google APIスクリプトを使用できない場合、レポートは非対話型バージョンに切り替わります。Javascript APIでは、Google Maps APIのバージョン2.xを使用します。このバージョンのGoogle APIを使用するには、ページがホスティングされているドメインのAPIキーが必要です。

対話型のGoogle MapsレポートをロードするGoogle APIを含める例を以下に示します:

Code Block
javascript
javascript
<!-- include the Google API -->
<script type="text/javascript" src="https://www.google.com/jsapi?key=..."></script>
<!-- embed the Yellowfin report -->
<script type="text/javascript" src="http://localhost/JsAPI?reportUUID=e5e5aaf3-c3b8-4f9b-8280-e21e4d848e63"></script>

 

horizontalrule
Styleclass
ClasstopLink

ページトップ