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)
Birt chart -Filter event handler
suni
Hello,
I have a question,I created a BAR chart, which displays Quantity ordered of each product in a month.. I would like to use java script event handler to filter the chart based on the product name passed.. How could I do that???
Thank You,
Find more posts tagged with
Comments
mwilliams
I noticed the same question was asked here by you as well, so I'm just linking the two posts.
<br />
<br />
Let me know if you need further details or if this doesn't fully answer your question.<br />
<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/forum/designing-birt-reports/17204-filter-bar-chart.html#post55686'>http://www.birt-exchange.org/forum/designing-birt-reports/17204-filter-bar-chart.html#post55686</a>
;
suni
Hi Michael,
I am posting my reply in this post as well...
I attached the chart that i created so that it will be clear. If you see, I grouped the chart by product code, I want to use javascript event handler to filter any product code.
Thank You,
Suni
mwilliams
Suni,
I'm not sure if there's a way to filter through script since the only script section available in a chart is the onRender method. I'll have to look into it. I'll let you know if I find anything.