Problem in Image map generation

Travis Reeder <[email protected]> Tue, 25 May 2004 10:11:06 -0600
Newsgroups gmane.comp.krysalis.jcharts.user
Message-ID <[email protected]>
If a bar is 0 value, then it seems like no ImageMapArea is is returned 
for that bar.  This is problematic when the bars link to dynamic values 
for example:

 ImageMapArea imageMapArea= (ImageMapArea) iterator.next();
    html.append( "href=\"processList.jsf?status=" );
    html.append( matchingStatusCodes[mapCount] );
    html.append( "\"" );


Any ideas to get around that?

Travis