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)
Mouseover Highlight for Tables and Charts
jmangan
Rows in the table are highlighted when you move the mouse over them and the rows are also highlighted when you move the mouse over a bar in the chart.<br />
<br />
To set up the table mouseover highlighting you need to set a data driven bookmark on the table row (in this case it's row["Country"]).<br />
<br />
Then you need to include a javascript text item in your table (in this case it's in the footer) to hold the highlight function.<br />
<br />
To add the chart hover highlighting, set the MouseOver event on the chart series to invoke a script. Since the categories in the chart are row["Country"] in this case, you can simply call highlight(categoryData)<br />
<br />
Thanks to Andrew Paine for figuring this one out!
Find more posts tagged with
Comments
There are no comments yet