vgunse

Members
  • Content count

    15
  • Joined

  • Last visited

Posts posted by vgunse


  1. Hi,

     

    i am not used FusionCharts Free . i used FusionCharts v3.2.2 licensed version (Ticket ID: 91064)

     

     

    Regards,

    vgunse

     

    Greetings, smile.gif

     

    I am afraid, FusionCharts Free does not support advanced customization formatting the number scale.

     

    However, you can customize number formatting for chart in FusionCharts XT v3.2.2 version.

     

    Since, FusionCharts XT v3.2.2 is bundled with more advanced features.

     

    For more information, please read: http://www.fusioncha...ioncharts-free/

     

    To download FusionCharts XT v3.2.2 Trial version, refer: http://www.fusioncha...ownload/trials/

     

    Hope this helps. smile.gif


  2. Hi,

     

    We purchased FusionCharts XT (v3.2.2) Service Release 2 (Ticket ID: 91064). But it have some diffence with v3.2.1 Evalution

     

    The property formatNumberScale="0” has no effect in Multi_Series_Combi2D_DY (MSCombiDY2D.swf) chart of FusionCharts XT v3.2.2 licensed version

    But the same working in FusionCharts v3.2.1 Evaluation version

     

    Please find the attachment for the XML file & the screen shot of issue.

     

    Kindly guide us to get priory support from Fusioncharts.

    Thanks & Regards,

    vgunse

    post-13648-0-75232700-1329994869_thumb.jpg

    Sample.xml


  3. Hi,

     

    By default numbers on the chart are greater than 1000 FusionCharts scales them to K . So we used <graph formatNumberScale='0' ...> to show original number.

     

    But value getting rounded in Y axis while value in 1. Kindly find the attachement for the chart.

     

     

     

    Thanks & Regards,

    vgunse

    post-13648-0-33155300-1329893218_thumb.jpg


  4. Hi,

     

    As well i tried without minimizing

     

    In this scenario i scroll down the page while scanning is in progress. the result is same slow process.

     

    Becuase in my site i have more number of charts in same page one by one. user may scroll down the page while another chart export is in process.

     

    Any solution... please share with me.

     

     

     

    Regards,

    vgunse

     

    Hi,

     

    Thanks for your reply.

     

    Since, export process needs browser resources, minimizing the browser slows down the process of allocation of resources of operating system.

     

    As a result, the export process slows down.

     

    Hope this helps.smile.gif


  5. Hi,

     

    Thanks for ur reply.

     

    I tried to export the chart as JPEG by selecting the option from context bar

     

    It first scanned the chart then it showed the JPEG image succesfully.

     

    But If i minimize the borwser while scanning is in process . It takes too long time(more than 1 min) to complete the scanning process.

     

    Thanks,

    vgusne

     

    Hi,

     

    Could you please elaborate your issue a little bit more?

     

    If possible, please send us a screenshot or any live link to look into the issue from our end.

     

    Awaiting for your reply.


  6. Hi,

     

    Thanks a lot for kind support,

     

     

    Shown labels in chart are auto generated based upon the sub categories. So no way of using "line break".

     

    Fusion have any Sub category support in Stacked chart or any other chart type like in attached Chart.

     

    Because we can able to do that in fusion by separate chart for each category. but we wanted to do it in One chart.

     

     

    Have any chances to move around ? Pls help..

     

     

    Regards,

    vgunse

     

     

    Hi,

     

    Welcome to FusionCharts Forum!smile.gif

     

    I am afraid, FusionCharts does not support the feature you are looking for, at this time.

     

    You can put a line break after each x-axis labels as a workaround.

     

    Please find the screenshot attached for your reference.

     

    We have taken a note of your request here and added the same in our wishlist.

     

    Hope you have a great day!


  7. Hi

    I want to plot a asset utilization chart of various Contractor's asset over a course of days or month. I want the xAxis labels to be categorized Contractor-Asset type- date .

     

    Here with i attaced My required chart which created using Ms Excel.....Is it possible in Fusion ?

     

     

    Thanks & Regards,

    vgunse

    post-13648-079397800 1301030198_thumb.jpg


  8. Hi

     

    Thanks for your info. its working fine after i put in same domin of the server.

     

    But in my requirment i want set XML url form different domain as follows. but it not working.

     

    ""setDataURL("'\\192.168.0.95\UploadedFiles\MSBar2D1.xml'")"

     

     

     

     

    1. Please make sure that FusionCharts.js, swf file and export handler file are in the same domain of the server.

     


  9. Hi

     

    I am new to fusion. i worked with " FusionChartsFree".

     

    Later came to know export is supported by only FusionChartV3

     

    i tried export by using the following xml & html code. Chart shown fine. i selected "Save as JPEG image" in context menu by right click.

    After scan process completed there is no call made to exportHandler mentioned in xml file.

    Is export possible in Evalution version?. any code i need to add to trigger the exportHandler.

     

    please give some idea . thanks

     

    test.xml

    <chart caption='Sales By Product' subcaption='For the year 2006' xAxisName='Product' yAxisName='Sales' numberPrefix='$' showValues='1' connectorDashed='1' exportEnabled='1' exportAtClient='0' exportAction='save' exportHandler='http://192.168.0.95:8001/Test/FCExporter.jsp'>

    <set label='Fusion Charts' value='910000' />

    <set label='IS v2' value='720000' />

    <set label='PS v3' value='550000' />

    <set label='Web Division Sales' isSum='1' cumulative='0'/>

    </chart>

     

     

    Sample.html

    <script language="JavaScript" src="../JSClass/FusionCharts.js"></script>

    <script type="text/javascript">

    var chart = new FusionCharts("../Charts/Waterfall2D.swf", "ChartId", "600", "350", "0", "0");

    chart.setDataURL("Data/test.xml");

    chart.render("chartdiv");

    </script>