#parse("common_js.vm") #parse("systemmanager_js.vm")
#if ($activePortfolioName)
$CommonFunctions.getDisplayReadyLabel("Portfolio"): $CommonFunctions.displayReady($activePortfolioName)
#end
#if ($chartType.intValue() == 1) $imageMapString #else
#foreach ($imageMapArea in $imageMapAreaList) #if ($chartType.intValue() == 2) $imageMapArea.toHTML("title='$imageMapArea.getXAxisLabel()'") #else $imageMapArea.toHTML("title=' $imageMapArea.getLengendLabel() $imageMapArea.getValue()' ") #end #end
#end