(0)
(0) (11615 views)
By downloading this item, you are agreeing to the Terms of Use for the site.
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.
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"]).
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.
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)
Thanks to Andrew Paine for figuring this one out!
By downloading this item, you are agreeing to the Terms of Use for the site.
Posted: 30 Sep 2009 - 09:22 AM
Posted: 08 Mar 2010 - 11:42 PM
Posted: 09 Jan 2011 - 11:02 PM
Posted: 09 Jan 2011 - 11:03 PM
Posted: 05 Jul 2011 - 01:36 AM
Virgil
Posted: 27 Oct 2008 - 04:31 PM