Jump to content

3d pie chart details tab is blank


jvway

Recommended Posts

Hi all,

I insert a 3-D pie chart and go to chart data.  From there if I click on the details tab it is blank.  This is not the case for at least some other charts.  Like it works fine for the 3-D Bar Graph.  I'm using Sun Java 1.6 on Ubuntu 9.04.  I don't seem to have any other screen drawing problems.

In the XML there is the following section:

So, it's clear that functionally the chart is being inserted.  I will try entering data in here but then I don't have the advantage of more easily selecting what I need.  I'm not sure from this what's a required field nor is it clear what type of data I would put in for the valueExpression.

Thanks,

Jerry

Code:
<pie3DChart>                <chart>                    <reportElement x="318" y="11" width="200" height="100"/>                    <chartTitle/>                    <chartSubtitle/>                    <chartLegend/>                </chart>                <pieDataset>                    <keyExpression><![CDATA[""]]></keyExpression>                    <valueExpression><![CDATA[new Double(0)]]></valueExpression>                </pieDataset>                <pie3DPlot>                    <plot/>                    <itemLabel color="#000000" backgroundColor="#FFFFFF"/>                </pie3DPlot>            </pie3DChart>
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...