ChartsJazz

Members
  • Content count

    36
  • Joined

  • Last visited

About ChartsJazz

  • Rank
    Advanced Member
  1. Another problem: the first chart is COLUMN3D.swf. Below that I added an SSGrid.swf using the same XML data. So I have: Call renderChartHTML("FusionCharts/Charts/" & strHourlyChartType & ".swf", "", strXML, "myHourlyChart", intHourlyChartWidth, intHourlyChartHeight, false) followed by Call renderChartHTML("FusionCharts/Charts/SSGrid.swf", "", strXML, "myHourlyChart", intHourlyGridWidth, intHourlyGridHeight, false) When the page first loads I get "Error loading data" for the grid chart. When I turn on debug it displays: "WARNING: Could not find dataXML or dataURL parameter. Setting dataURL to default data file Data.xml." When I refresh the page both charts display without error (except, as I wrote below, I have to mouse over the page to get the charts to display). With all of these problems there seem to be timing issues of some sort.
  2. We have FusionCharts Enterprise 3.1 and are using it with Classic ASP. After a page containing some charts is rendered, frequently the charts don't display until the mouse is moved over them. In addition, once the charts display, other objects on the page, i.e., text boxes and dropdowns, are very slow to respond to keystrokes, as if FusionCharts is still trying to do something on the client and has not completed whatever it is doing. I am using: Call renderChartHTML("FusionCharts/Charts/" & strHourlyChartType & ".swf", "", strXML, "myHourlyChart", intHourlyChartWidth, intHourlyChartHeight, false) Other questions: Are we eligible to upgrade for free to the latest version of FusionCharts? If we upgrade, are there any code changes I will need to make, or is the latest version entirely backwards compatible with version 3.1? I read that in the latest version of FusionCharts the charts can use JavaScript to render them instead of Flash. Does that provide better performance? Perhaps that would solve the problems described above. What code changes would I need to make to render the charts with JavaScript instead of Flash? Thanks.
  3. Line break in X-axis does not work

    Basundhara, I want the line break in the X axis labels as in "set label='2<BR;>05'" , not the tooltips. Even so, I tried applying the style to the TOOLTIP object, which makes no sense. It didn't make any difference; I still get "Invalid XML data." "set label='2 05'" with the style applied to DATALABELS works. The documentation is just wrong regarding using "<BR;>" for a line break in the X axis labels. There is no second method.
  4. Line break in X-axis does not work

    Basundhara, If you look at the code I included in my earlier post, you will see that "<BR>" is where I started and that does not work. <set label='2<BR>05' value='119904' toolText='04/01/2005 - 06/30/2005: 119,904' color='0000ff'/> <styles><definition><style name='myHTMLFont' type='font' face='Verdana' size='12' isHTML='1'/></definition><application><apply toObject='DATALABELS' styles='myHTMLFont' /></application></styles>
  5. Line break in X-axis does not work

    Rajroop,Thanks. worked. But the documentation at the link I listed in my original post on this topic said to use ;ltBRgt;
  6. Sudipto, Thank you for your prompt reply, which has been my experience on the FusionCharts forums in the past. Thank you for your suggestion. However, I looked at the documentation for MSCombi3D chart for with clustered settings at http://www.fusioncharts.com/docs/Contents/AttDesc/3D_Attributes.html and that will not do what I want to accomplish. In the examples on that page, whether clustered is 1 or 0 there are the same number of bars in every series. I want two series with a different number of bars in each series. One series is years. For example, 2005 through 2010 would have 6 bars. The other series is quarters. There are 4 quarters per year, so the second series would have 24 bars. The width of each bar in the year series should be as wide as 4 quarter bars. The 4 quarter bars for each year should be "in front of" the bar in the year series for that year.
  7. Line break in X-axis does not work

    I am using FusionCharts v. 3.1.1 Enterprise. Below is what I think is the relevant part of the code, copied from View Source in IE7. If you want to see the entire code for the chart, let me know. <set label='2<BR>05' value='119904' toolText='04/01/2005 - 06/30/2005: 119,904' color='0000ff'/> <styles><definition><style name='myHTMLFont' type='font' face='Verdana' size='12' isHTML='1'/></definition><application><apply toObject='DATALABELS' styles='myHTMLFont' /></application></styles>
  8. Line break in X-axis does not work

    I want to put a line break in X-axis labels. I followed the instructions at http://www.fusioncharts.com/docs/Contents/TTip_Lines.html under the heading "Applying HTML to labels" and it doesn't work. I get "Invalid XML data." I am using the dataXML method with Classic ASP.
  9. I posted this message on 3/24/2010, a week ago, and have not received a reply from FusionCharts. The company I work for purchased the Enterprise version of FusionCharts last year and I would like some support from FusionCharts for the product. Attached is a .png file showing a chart with yearly data, rendered as a 3D column chart. I want to overlay this chart with 3D bars showing quarterly data, with four 3D bars in front of each year bar. I do not want to change the X axis labels, so I don't think this is a request for dual X axis, which I understand FusionCharts does not currently support. However, the quarter series has four times as many data points as the year series, and I want the year bars to remain as wide as they are now, with each group of four quarter bars displayed in front of each year bar. I hope that's clear. If not, I can fake a modified picture of the enclosed .png to illustrate what I want. The UI has a dropdown which allows the user to change the chart type. If the user selects line, I want this chart to have two lines, one with a data point for each year and another line with a data point for each quarter within each year. Again, I don't want to change the X axis labels. Similarly, the user can select 2D column and area chart. In each case I want the data for both the years and the quarters to be rendered with the same type that the user selects, and no change to the X axis. 1. How can I accomplish this with FusionCharts Enterprise? 2. When will the next version of FusionCharts be released? 3. Will the next version of FusionCharts support dual X axes? Thank you in advance for your reply.
  10. Attached is a .png file showing a chart with yearly data, rendered as a 3D column chart. I want to overlay this chart with 3D bars showing quarterly data, with four 3D bars in front of each year bar. I do not want to change the X axis labels, so I don't think this is a request for dual X axis, which FusionCharts does not currently support even though users have been requesting it for at least three years in this forum. However, the quarter series has four times as many data points as the year series, and I want the year bars to remain as wide as they are now, with each group of four quarter bars displayed in front of each year bar. I hope that's clear. If not, I can fake a modified picture of the enclosed .png to illustrate what I want. The UI has a dropdown which allows the user to change the chart type. If the user selects line, I want this chart to have two lines, one with a data point for each year and another line with a data point for each quarter within each year. Again, I don't want to change the X axis labels. Similarly, the user can select 2D column and area chart. In each case I want the data for both the years and the quarters to be rendered with the same type that the user selects, and no change to the X axis. 1. How can I accomplish this with FusionCharts Enterprise? 2. When will the next version of FusionCharts be released? 3. Will the next version of FusionCharts support dual X axes? Thank you in advance for your reply.
  11. setDataXML error

    That worked! Thank you. By the way, I stated in my first post on this topic that I was using Classic ASP. Thread closed.
  12. How can I change the chart type with JS/Ajax?

    Thank you for the Ajax sample files. I will look at them. However, why was this folder not included with the Enterprise version v3 of FusionCharts that the company I work for purchased? We only bought it late last year. Is there a new version that I should download? If so, where do I download it from?
  13. setDataXML error

    This is disturbing that FusionCharts now has a .dll. One reason I advised the company I work for to buy FusionCharts is that it had no .dll and all I needed to copy to the web server was FusionCharts.asp, FusionCharts.js, and the .swf files for the chart types I wanted to use. The contract I work on does not allow us to install .dlls on the web server. We are developing in Classic ASP, which does not get compiled and does not use any .dlls.
  14. How can I change the chart type with JS/Ajax?

    1. I am not rendering the chart in a div. I could, but I'm not. 2. I have attached a partial screenshot of the folder structure and files I have (FusionCharts v.3 Enterprise). It does not include any folder called AjaxSample under the ASP folder.
  15. setDataXML error

    renderChartHTML only accepts 7 parameters. When I try to add an 8th param, whether I set it to 1 or "1" or true or "true" the browser displays: Microsoft VBScript runtime (0x800A01C2) Wrong number of arguments or invalid property assignment: 'renderChartHTML'