Jump to content
We've recently updated our Privacy Statement, available here ×

eagleeye

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by eagleeye

  1. Hi,

    I have attached a zip file which contains the jrxml and html also.

    the problem is if we get the reoprt as direct HTML it shows the tooltips,

    but if we embedded the reoprt to other code, the title doesn't work in IE.

    Thanks

    Muthu

  2. Hi All,

    I just using the tooltips in pie chart. its showing the data in Mozilla browser but not in IE. when the mouse over the pie-chart in IE it doesn't show anything.

    I just using the following code in the jrxml to show the tool tips.

    any idea why its not showing in IE?

     

    Code:
    <summary>  <band height="400">   <pieChart>    <chart evaluationTime="Report">     <reportElement key="element-1" x="10" y="20" width="540" height="365"/>     <chartTitle/>     <chartSubtitle/>     <chartLegend textColor="#000000" backgroundColor="#FFFFFF"/>    </chart>    <pieDataset>      ....         <sectionHyperlink>           <hyperlinkTooltipExpression><![CDATA[$V{group_root.ID_COUNT}.toString()]]></hyperlinkTooltipExpression>        </sectionHyperlink>    </pieDataset>    <piePlot isCircular="true">     <plot/>     <itemLabel color="#000000" backgroundColor="#FFFFFF"/>    </piePlot>   </pieChart>  </band> </summary>
×
×
  • Create New...