brchap Report post Posted July 15, 2012 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 Share this post Link to post Share on other sites
brchap Report post Posted July 15, 2012 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? Share this post Link to post Share on other sites
brchap Report post Posted July 15, 2012 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? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 16, 2012 Hi, Can you please let us know the version of FusionCharts suite(along with the service release version) that you are currently using? Also, please share the sample XML data for testing purposes. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 16, 2012 Hi, Also, please refer to the link below, http://forum.fusioncharts.com/topic/11066-column-graph-missing-the-column/ Hope this helps! Share this post Link to post Share on other sites
brchap Report post Posted July 17, 2012 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. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 17, 2012 Hi, Glad to know that you have managed to resolve your issue. Thank you for your suggestion. Happy FusionCharting Share this post Link to post Share on other sites