I can't get category tool tips to show. Here's part of my code:
< chart caption='Area Sales' showValues='0' bgColor='FFFFFF' showBorder='0' numberPrefix='$' numVisiblePlot='6' scrollToEnd='1' >
< categories >
< category label='Jul 08' toolText='FY 2009.1' />
I'm currently using a multi-series scrollable line chart. I've also non-scrollable multi-series line chart. I've tried inserting the chart param showTooltips=1. Nothing's worked.