brchap

Members
  • Content count

    4
  • Joined

  • Last visited

About brchap

  • Rank
    Forum Newbie
  1. My 3D Bar Charts Are Not Filling In!

    Nevermind. I was able to get my charts to display by turning off the animations... This is not something that I think that I should have to do, but that's okay. At least my charts show up normally now. To anyone else having this problem, to do this just set a parameter of animation="0" in your XML data file. Here is an example of what it looks like in my file: <chart caption="December 2010 vs. December 2011" xAxisName="Month & Year" yAxisName="Amount" numberPrefix="$" decimalPrecision="2" formatNumber="1" yAxisMaxValue="3000" formatNumberScale="2" animation="0"> <set label="December 2010" value="305.00" /> <set label="December 2011" value="2224.37" /> </chart> See that last entry that I just added? That's how to do it.
  2. My 3D Bar Charts Are Not Filling In!

    Okay. Well, I realize now that it is the Wordpress upgrade that breaks the Javascript on Fusioncharts. Not sure why. I upgrade my old site to Wordpress 3.3.2, and the it breaks the 3D Bar Charts. God this sucks! Any ideas on what I can do to fix this, either in Wordpress or in Fusioncharts?
  3. My 3D Bar Charts Are Not Filling In!

    I suppose I should mention that everything is identical from the old site to the new site, including the Wordpress theme. Except, I am using a newer version of Wordpress on the non-working site. On the site that doesn't work, I'm running Wordpress 3.3.2. On the site that works, I'm running 3.2.1. Again... Any ideas?
  4. I changed domain names and moved all of my content from one website to another, everything works okay... even my Javascript Pie Chart is displaying and working just fine. But, my 3D Bar Charts are not filling in. All that I see is the tops of the bars. Please see the attached photo. Why is this happening? I have checked my file and they all seem to be okay. Plus, it worked just fine on my old site! Any ideas? Bad Bar Chart.bmp