...
Anchor | ||||
---|---|---|---|---|
|
Overview
Version 2.x
...
of
...
the
...
Javascript
...
API
...
includes
...
support
...
for
...
interactive
...
...
Maps
...
reports.
...
For
...
this
...
to
...
work,
...
you
...
must
...
include
...
the
...
...
API
...
script
...
in
...
your
...
page
...
before
...
loading
...
the
...
report.
...
If
...
the
...
...
API
...
script
...
is
...
not
...
available,
...
the
...
report
...
will
...
fall
...
back
...
to
...
a
...
non-interactive
...
version.
...
The
...
Javascript
...
API
...
uses
...
version
...
2.x
...
of
...
the
...
...
Maps
...
API.
...
To
...
use
...
this
...
version
...
of
...
the
...
...
API
...
you
...
will
...
need
...
an
...
API
...
key
...
for
...
the
...
domain
...
that
...
your
...
page
...
will
...
be
...
hosted
...
under.
...
An
...
example
...
of
...
including
...
the
...
...
API
...
to
...
load
...
interactive
...
...
Maps
...
reports:
...
Code Block | ||||
---|---|---|---|---|
| ||||
<!-- 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> {code} \\ \\ {horizontalrule} {styleclass: Class=topLink}[top|#top]{styleclass} |