Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to call javascript function in chart?
dzish
Hi,
I'd like to use external js function but it's not possible to call this one.
When I go in standard way it shows me error
"Chart (id = 41):
+ ReferenceError: "getTitle" is not defined. at line 20 of chart script:''
I use BIRT 2.5.1. I added report and script too.
Is there a way how to call external function in chart javascript event?
thank you
Jan
Find more posts tagged with
Comments
mwilliams
Hi Jan,
I wasn't able to call it in the chart script either, however, if you call it in the report script and pass it in to the chart script through a PGV, it works. I modified your design slightly to make this simple example work.