Pri

Members
  • Content count

    31
  • Joined

  • Last visited

Posts posted by Pri


  1. Hi,

     

    I am using FusionCharts XT (v3.2.2) Service Release 4 (Released on 6th August, 2012).

     

    PFB the xml code i have used:

    <chart bgColor='FFFFFF' allowScaling='0' allowRotation='0' palette='1' 
    clustered='0' showPlotBorder='0' zGapPlot='40' zDepth='30' 
    divLineEffect='emboss' startAngX='5' endAngX='5' startAngY='-50' endAngY='-50' 
    canvasBgAlpha='0' canvasBorderAlpha='0' outCnvBaseFontSize='13' 
    baseFontSize='11' formatNumberScale='0' showYAxisValues='1' formatNumber='0' 
    plotFillRatio='100' legendBgAlpha='0' legendBorderAlpha ='0' LegendShadow='0' 
    chartLeftMargin='0' chartTopMargin='0' chartBottomMargin='0' 
    chartRightMargin='0' captionPadding='0' yAxisNamePadding='0' 
    xAxisNamePadding='0' animation='0' xLabelGap='50'>
     <categories fontSize='9'>  <category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/>  <category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/>  <category 
    label='AAAAAAAAAAAAAAAAD'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/>  <category 
    label='SAAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/>  <category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/>  <category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/>  <category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/><category 
    label='AAAAAAAAAAAAAAAA'/> </categories>
     <dataset seriesname='In Transits' 
    color='4E81BD'>  <set value='0'/><set 
    value='0'/><set value='18'/><set value='8'/><set 
    value='1'/><set value='9'/><set value='5'/><set 
    value='9'/><set value='1'/>  <set 
    value='16'/><set value='1'/><set value='10'/><set 
    value='1'/><set value='2'/><set value='5'/><set 
    value='8'/><set value='15'/><set 
    value='0'/>  <set value='0'/><set 
    value='4'/><set value='1'/> </dataset>
     <dataset seriesname='Received But Not Shipped' 
    color='C1504C'>  <set value='1'/><set 
    value='2'/><set value='12'/><set value='6'/><set 
    value='0'/><set value='4'/><set value='1'/><set 
    value='0'/><set value='0'/>  <set 
    value='4'/><set value='0'/><set value='9'/><set 
    value='0'/><set value='0'/><set value='0'/><set 
    value='1'/><set value='2'/><set 
    value='0'/>  <set value='2'/><set 
    value='9'/><set value='1'/> </dataset>
     <dataset seriesname='Received And Shipped' 
    color='9BBB5A'>  <set value='7'/><set 
    value='0'/><set value='7'/><set value='2'/><set 
    value='4'/><set value='4'/><set value='3'/><set 
    value='3'/><set value='0'/>  <set 
    value='12'/><set value='0'/><set value='2'/><set 
    value='5'/><set value='0'/><set value='4'/><set 
    value='9'/><set value='7'/><set 
    value='4'/>  <set value='0'/><set 
    value='0'/><set value='1'/> </dataset>
     <styles>  <definition>   <style 
    name='dataFont' type='font' color='000000' 
    bold='1'/>  </definition>
      <application>   <apply 
    toObject='DATAVALUES' styles='dataFont'/>   <apply 
    toObject='DATALABELS' styles='dataFont'/>   <apply 
    toObject='LEGEND' styles='dataFont'/>   <apply 
    toObject='CAPTION' 
    styles='dataFont'/>  </application> </styles></chart>

  2. Hi,

     

    I am trying to implement a chart using 3DMsCombi.swf. Everything in that charts gets dispalyed properly except that the Labels are getting overlapped:

    1. because of the lables are very long.
    2. because the size of the chart is small.

    PFA the screen shot:

     

    3 D chart.bmp

     

    Is there a way i can display the lables properly without increasing the chart size? I have tried the following possiblities and it did not help:

     

    1. Increaasing the size of the chart - This works, but my screen looks bad as the size of the chart becomes too big. Also, if the data gets increased I will have to resize the chart again.
    2. Changing the angle of the chart.
    3. Increasing the plot percentage.
    4. Decreasing the font size of the lables.

    If there is no exact solution you can help me with some work arround also.

     

    Thank you,

    Priyanka


  3. Hi,

     

    Here goes my problem. I am trying to click on a data set in my chart which opens up another chart in a pop up. First time the chart is displayed properly. The second time when I re-click on same dataset. I get a javascript error. Attached is the screen shot of the error.

     

    fusion charts error.bmp

     

    Kindly help me in recognizing the problem and if possible let me know the solution / workarround for the same. I need it urgently as I have a deliverable for day after tomorrow.

     

     

    Thanks a lot in advance.

     

    Priyanka

     

     


  4. Hi,

     

    I am sorry for attaching different xml. But the difference was about just 1 number in dataset. Rest the XML was same. Also thanks a lot for your suggestion this did solve my problem, but is there any way that I can avoid decimal numbers appearing on y-axis?

     

     

    Thank you,

    Pri.


  5. Hi All,

     

    I am trying to create a line chart where i have 8 values only 1 of the 8 values is 1 rest are 0. When I try to plot this i get the following chart:

     

    fusion charts prb.bmp

     

    The problem is the values displayed on Y- Axis. When I put numDivLines='0' I get the following chart where the mapping is not correct, as it marks a value which is less than 1.

     

    fusion charts prb.bmp

     

    Can you please help me with this?

     

    Thank you,

    Pri


  6. Hi,

     

    I have three charts in my web page and I am trying to save them with batch export in PNG format. As of now all the charts are displayed one below the other in the PNG file. Is there a way to control the location of the charts display in PNG file?

     

    I want 2 charts to be displayed side by side and the last chart at the bottom of the other two charts.

     

    Thank you,

    Pri


  7. Hi Priynaka,

     

    Are you running the program from local filesystem?

     

    If so, can you please try once running it from a web server?

     

    If it is working from a web server, you need to setup Flash Player Global Security settings to enable Flash to JavaScript communication (and vice versa). The j- actually works when this communication is enabled.

     

    Also, please check if you have enabled registerWithJS when you render the chart.

     

     

    Hi,

     

    Thanks.

    I changed the settings for the flash player and now it is working for file system. :) But it is not working when I am generating the chart thorugh java code. :( .


  8. Hi,

     

    Is it "Javascript:get()" or any thing else you are passing as parameter?

     

    In case it is only, get() that you are calling, can you please try once with "j-get-void" and let us know.

     

    Hi,

     

    I am passing 1 parameter with this in this way, Javascript:get(""+region+""). I tried calling the method as "j-get-region", but on click i am just getting hand symbol and nothing is happening.

     

    Thanks,

    Priyanka


  9. Hi,

     

    Can you please make sure that the verion of the chart which are using actually support j- format? You can try with a very basic XML given in our Documentation.

     

    Once you confirm, please check that j- is calling the required function.

     

    Next, check that the function is correctly recognizing (and then taking action based on the value of the parameter) the parameter you are passing. Please note that the way parameters are passed through j- is vastly different from the way these are passed through the use of JavaScript : .

     

    Through j-, a single parameter is passed and as String. So, if you are deciding some action based on the value of the parameter (which you check through evaluating the parameter), please check whether your the result of the evaluation is not the same as expected (as the type of the parameter is always String)

     

    Hi Sudipto,

     

    Thanks a lot. I am using ver 3.1 for fusion charts, and I came to know about j-format from the documentation that I got along with this version, so I gussed it should work with my version. I tried the example from your documentation and for me nothing is happening onclick. Although when I go to the data plot my pointer changes to hand recognising that there is a link. Do you think I would have missed out something?

     

    Regards,

    Priyanka


  10. Hi,

     

    Could you please elaborate on this:

     

    "After exporting this excel as soon as I go back to drill down of the chart, I get "unspecified fusion charts" error. To resolve this I went through the fusion charts documentation and go to know that I can solve this problem using link='j-{javascript method}-{parameters}'."

     

    What you are trying to achieve?

     

     

    Hi Sumedh,

     

    There is one different module in my application where I am exporting an excel. After I export this excel, I go back to the drill down chart and click on the data plot. As soon as I click on the data plot I get "unsepcified error". Currently on click of data plot I am using follwoing "Javascript:get()" to call the chart. I am using version 3.1 of fusion charts.

     

    Below is the screen shot of my error.

     

    error.bmp

    Thanks,

    Priyanka


  11. Hi,

     

    For drill down of charts, on click of a data plot another charts appears in a popup window. This is working fine for me normally. But when I am exporting an excel file from my application. After exporting this excel as soon as I go back to drill down of the chart, I get "unspecified fusion charts" error. To resolve this I went through the fusion charts documentation and go to know that I can solve this problem using link='j-{javascript method}-{parameters}'. But when I tried that nothing is happening on click of the chart.

     

     

    PS. I tried displaying the example chart by Fusion charts for drill down using javascript. But I got no data to display message.

     

    Please let me know if I would have gone wrong somewhere. Also please help me resolving the "Unspecified fusion charts" error.

     

    Thanks,

    Pri.


  12. Hi,

     

    We are not able to replicate the issue from our end even in FusionCharts V3.1.1.

     

    Could you please try once again by upgrading to the latest FusionCharts XT (V 3.2.2) SR4?

     

    If the issue still persists, then please send us the sample code to replicate the issue from our end.

     

    Awaiting your response!

     

     

    Hi,

     

    Upon your reqest I tried to check the same code to display the greater than sign, and it worked, but it is still having problems in displaying the less than sign. :( .

     

    PFA the sample code that I am using.

     

    Sample.xml

     

    Thank you,

    Priyanka.