• Content count

    6
  • Joined

  • Last visited

About [email protected]

  • Rank
    Forum Newbie
  1. I have changed the colors via the <set xml attribute color. It does the expected job for the chart, but does not indicate the correct color in the legend. Perhaps I am not doing something correctly: Here is the code that generated the above chart: <!-- START Script Block for Chart chart5133 --><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> <span id="chart5133Span">chart5133</span> <script type="text/javascript"> //Instantiate the Chart var chart_chart5133 = new FusionCharts("/FusionCharts/StackedColumn3D.swf", "chart5133", "700", "600", "0", "0"); //Provide entire XML data using dataXML method chart_chart5133.setDataXML("<chart borderThickness='3' caption='Backlog by Warehouse and Market' yAxisName='Dollars' labelDisplay='ROTATE' showBorder='1' decimals='0' xAxisName='Warehouse-Market' showValues='1' numberPrefix='$' ><categories><category label='DRS-DOMESTIC' /><category label='DRS-INTERNATIONAL' /><category label='MX-DOMESTIC' /><category label='SF-DOMESTIC' /><category label='SF-INTERNATIONAL' /></categories><dataset seriesname='On%20Time' ><set value='44842.5' color='00ff00' /><set value='195971.1' color='00ff00' /><set value='133997.57' color='00ff00' /><set value='839379.04' color='00ff00' /><set value='283617.89' color='00ff00' /></dataset><dataset seriesname='Late' ><set value='18958.74' color='ff0000' /><set value='18302.5' color='ff0000' /><set value='3600.41' color='ff0000' /><set value='13440.54' color='ff0000' /><set value='45977.84' color='ff0000' /></dataset></chart>"); //Finally, render the chart. chart_chart5133.render("chart5133Span"); </script> <!-- END Script Block for Chart chart5133 -->
  2. The code I was using to build the pages was including the FusionCharts.js multiple times. This was the source of the error. Thanks to tech support for solving this so quickly. Cliff
  3. The code I was using to build the pages was including the FusionCharts.js multiple times. This was the source of the error. Thanks to tech support for solving this so quickly. Cliff
  4. I reported this error via a reply post: http://www.fusioncharts.com/forum/FindPost1038.aspx But thought I should reference it in the appropriate place. I have multiple charts on a page and the page comes up quickly and without issue the first time in IE6. When I refresh or even try and bring up another page by typing in the location bar, I get the following error: I am at about the halfway point in my project and I need to know if this is something I can fix with different usage or a patch will be issued before I complete my part of the coding and purchase the software. Thanks, Cliff
  5. Yes - I am using the Javascript you supplied to load the chart. This is happening in IE6. The strange thing is, there is no error when the page is created. There is only an error message displayed when you try and leave the page. It does not matter if you leave to another chart page, reload, or you click in an email which asks the page to display something from the internet. If a page has been loaded with multiple charts on a page, then an error message is displayed when the page exists. As you see below, the error message is displayed when I try to leave this page and go to www.yahoo.com. Thanks for your help. This issue is keeping the project from going forward, Cliff
  6. I am using IE6 and I am receiving the same error. Out of memory at line: 176. I am still in test mode of the software but I need to know that this issue is resolvable before purchasing a license and concluding our coding and integration. The error message is only slightly annoying, but the 90 second or so time out is a killer. Thanks in advance for the help! Cliff