kwong

Members
  • Content count

    20
  • Joined

  • Last visited

Posts posted by kwong


  1. Hi,

     

    Please see attached with a sample and screen shots of what IE and Chrome show.  The only parameter added for the export feature is exportEnabled = '1'.  We downloaded the v3.11.3 version sometimes last year.  Apparently the export chart function is working with differences in Chrome and IE.

     

    Also the export to XLS has bug as it chopped off text that has a comma (',').  You have mentioned that is reported as a bug already, please keep us posted.

     

    Thanks,

    Kelly

    FusionChartProblem.pdf


  2. Hi,

     

    We have just upgraded to v.3.11.3, and we have added exportedEnabled = '1', exportAtClientSide = '1'  in the setting. However, we found the following differences in the IE and Chrome web browser:

     

    1. In IE(version IE11), there are only 4 options of export available: (PNG, JPG, PDF, SVG)

        In Chrome(version 55): XLS is added to the list: (PNG, JPG, PDF, SVG, XLS)

     

        Why there is a difference between the two browsers?

     

    2. Also, I noticed that in the exported XLS, the label information (which has a comma in it) is being chopped off, why?

     

    I am attaching the scenarios describe above for your reference.

     

    Please let me know what can be done to fix this.

     

     

     

    Thanks,

    Kelly

     

    Fusion chart export features.pdf


  3. Hi,

     

    I know that V3.1 were flash and V3.7 is purely using JavaScripts.  The example that you showed is a general example that I see on your site (it doesn't even use the bubbleScale parameter).  Did you guys try to run the same set of data using the v3.1 and then v3.7 and check if the bubble sizes change?  You are saying that since the technology has been changed the bubble sizes can also be changed regardless of the same set of data.  If the rendering chart is going to change from version to version, how can customer be trusted to use your product?   It is important that  user is able to define the size of the bubble based on the z values.  I saw someone posted similar question on your site in 2010 on how to set the size of the bubble, and the proposed solution is to alter the size of the z values (so Fusion chart is asking customer  to change data so that the chart can be rendered better???).  I think your team should look into this matter seriously to see how you can improve the product.

     

    Thanks!


  4. Hi,

     

    We have just upgraded from V3.1 to V3.7 and noticed a difference on the bubble chart.  The size of the bubbles are based on the values on the Z data, which we  have the same values for Z, but the bubbles' sizes are way bigger than before.  Is there a way to make a fix size for different bubble values?  In our case, we have five different sizes for bubbles:

     

    value                       size

    <5M                         2

    >5 M  <10M             4

    >10M <15M             8

    >15M <20 M            16

    >20M                        32

     

    Can we make a fix size for each of the value above?  Apparently the Fusion chart now is randomly adjusting the bubble sizes for us.  In one chart, we have 2 set of  Z values: < 5 M, and >5M  <10 M.  In the 3.1 version, the bubble sizes are ok, however in the v3.7, the bubbles are huge. 

     

    It will be nice if we can always have a constant size for each bubble size.  Please advice.

     

    Thanks,
    Kelly


  5. Hi Moonmi,

     

    I am asking how to left justified the labels/category on the y-axis of the hortizontal bar chart.  In your example, I would like:

     

    Bakersfield Central

    Garden Groove Harbor

    Los Angeles Topanga

     

    not

     

          Bakersfield Central

    Garden Groove Harbor

      Los Angeles Topanga


  6. Hi Swarnam,

     

    Here are the info for your questions.

     

    The chart width and height are:

    l_chart_width        VARCHAR2(10)  := '750';

    l_chart_height       VARCHAR2(10)  := '500';

     

     l_chart_type         VARCHAR2(100) := 'Stackedcolumn2D';

     

    The table width and height are:

       l_table_width        VARCHAR2(100) :=750;
       l_table_height       VARCHAR2(100) :=600;

     

     <table width="<%=l_table_width%>" height="<%=l_table_height%>"  cellspacing="10" cellpadding="5" align="center" border="0">

     

      var myChart = new FusionCharts( "<%= l_chart_type %>","<%= l_myChartid %>", "<%= l_chart_width %>","<%= l_chart_height %>", "0", "1" );            
     

     

    I tried your suggestion: <table style='width:100%;height:100%;position:relative;'> , the labels still moving up and down.

     

    Thanks,

    Kelly


  7. Hi,

     

    We are using v3.6 as indicated at the very beginning of this bug report.  I have reported this bug before, the support number is: 249649.  We have no problem when we used the v3.1.1 version, we tried it in v3.4, v3.5 and found the same error.  We were told to upgraded to v3.6, which this bug still comes up.  Please check all the doc that I attached to see the "bug".  Also if you can look into support number - 249649, you will find the same.

     

    Thanks,

     

    Kelly


  8. Hi Moonmi,

     

    I kind of doing the same technique as yours to flip the x value from high to low (left to right).

     

    I have a quick question,  the  type: 'bubble', should it be 'Bubble'?  Currently I am using v3.6, however, I am using the Bubble.swf as my chart type and it works.  As soon as I change to either 'bubble' or 'Bubble' for my chart type, it didn't work?  Why?

     

    Thanks,

     

    Kelly


  9. Hi,

     

    Attached is my code snippet on how I render that data, see if you can duplicate that.

     

    For your reference, here is some data for the string that have the problems.  The label is based on the value of the region str below, you can see that it is divided into 4 regions: Asia, Europe, North America, South America.  The problem is these labels move up and down and sometimes they move so much that they are behind the canvas.  I have put a lot of padding like labelPadding='25' to avoid them get covered by the canvas, but you can still see that they move up and down.  And you have to keep running the chart a few times to see the change, the first time it is fine in one position, the next few times they may move up or down in different position.  However if I ran the chart in Firefox, this is fine.

     

    Below are notes for the code snippet"

     

    the l_region_str looks like:

    " Asia{br}34 Programs{br}3,174 Deliverables;Europe{br}73 Programs{br}5,534 Deliverables;North America{br}22 Programs{br}1,664 Deliverables;South America{br}8 Programs{br}388 Deliverables";

    the value string looks lke:
    "1462;2022;350;119";

    don't worry about the tooltext and link, they are fine
    .

     

    code snippet.zip


  10. Hi,

    i have submitted this issue to your support before - 249649.  You guys keep saying you cannot duplicate the issue.  We had this problem since v3.4, 3.5.  V3.11 is fine.  This issue only occurs in IE, when we ran this in Firefox, it is fine.  However, we have to run this in IE as all our whole application is in IE only. 

    The overlapping does not appear on the first time, you have to keep running the same chart a few times to see that.

     

    Thanks,

     

    Kelly


  11. Hi,

     

    We have upgraded to v3.6.  One of the chart is a multi series column chart using the StackedColumn2D chart type.  We found that the data labels on the x-axis are moving up and down and sometimes they move up so much that they are covered by the canvas.  Please see attached example chart images (a normal one, and the one that has x-axis labels behind the canvas).  I have also tried to add padding between canvas and the label but it does not help.  It works fine prior to the upgrade (We were on v3.1.1 before).  We run this on IE8

     

    Thanks,

     

    KellyStackedColumn2D..zip