Charan

Members
  • Content count

    17
  • Joined

  • Last visited

About Charan

  • Rank
    Junior Member
  1. How do I increase the gap between the chart ( Chart Canvas) and the Legend at the bottom?
  2. Mscombi2D Chart Xaxis And Yaxis Are Hidden.

    Thank you for your reply. I tried this fix from my side but I don't see any change. Is this fix applicable for 'Javascript' charts aswell? Appreciate your help.
  3. Mscoloumn3D Chart Not Working In Ipad

    Hi I am working on similar kind of requirement and I am able to render 3D charts successfully..Can you share me the screenshot so that I can help you what exactly missing from your chart xml?
  4. Html 5 Charts Appear All Black

    Are you using the iPad/iPhone's safari browser. Or is this a iOS Navtive application rendering the WebUI Control?
  5. What is the advantage of FusionChartXT? It suppose to render charts on iPad devices right? I have crated an iPad applcation that internally use WebUI control to render the HTML chart? So I don't understand what exactly I am missing here. Thank you for your support so far.
  6. I am using the device only..
  7. I have attached html page here.. This working fine in browser.. But when I use this in iPad WEBUI control, I can't see any colors. App.html
  8. I am using FusionchartXT (latest) version. Getting issues while render in iPad application. It is not populating the colors. see the attachment..
  9. Hi, I am using a stack chart that displaying values for each chart separately. I want to display a sum instead of individual values. I tried to use <chart showSum="1"> but its not working as expected... Can you help me out here? I am using Javascript charts!! I am not using the free version. Thank you. Here is my XML: <?xml version="1.0" encoding="utf-16"?><chart showSum="1"><categories FontSize="10"><category Label="P 02 " ShowLabel="1" /><category Label="P 03 " ShowLabel="1" /><category Label="P 04 " ShowLabel="1" /><category Label="P 05 " ShowLabel="1" /><category Label="P 06 " ShowLabel="1" /><category Label="P 07 " ShowLabel="1" /><category Label="P 08 " ShowLabel="1" /><category Label="P 09 " ShowLabel="1" /><category Label="P 10 " ShowLabel="1" /><category Label="P 11 " ShowLabel="1" /><category Label="P 12 " ShowLabel="1" /><category Label="P 13 " ShowLabel="1" /><category Label="P 01 <br/> FY 12" ShowLabel="1" /></categories><dataset Alpha="100" SeriesName="UK" ShowValues="1"><set Alpha="80" Value="1594899.78" /><set Alpha="80" Value="1609059.00" /><set Alpha="80" Value="1631723.01" /><set Alpha="80" Value="1664971.32" /><set Alpha="80" Value="1684439.03" /><set Alpha="80" Value="1699559.44" /><set Alpha="80" Value="1713801.92" /><set Alpha="80" Value="1735067.81" /><set Alpha="80" Value="1775857.86" /><set Alpha="80" Value="1824606.65" /><set Alpha="80" Value="1864375.17" /><set Alpha="80" Value="1887188.69" /><set Alpha="80" Value="1922267.73" /></dataset><dataset Alpha="100" SeriesName="US" ShowValues="1"><set Alpha="80" Value="8803916.27" /><set Alpha="80" Value="8812984.36" /><set Alpha="80" Value="8806877.43" /><set Alpha="80" Value="8820940.46" /><set Alpha="80" Value="8805220.68" /><set Alpha="80" Value="8778861.63" /><set Alpha="80" Value="8772327.41" /><set Alpha="80" Value="8751417.00" /><set Alpha="80" Value="8742307.46" /><set Alpha="80" Value="8744868.26" /><set Alpha="80" Value="8760592.06" /><set Alpha="80" Value="8749916.08" /><set Alpha="80" Value="8734657.70" /></dataset></chart>
  10. Combination of bar and line chart

    Can we display a sum value (datavalue) on top of the bar in StackedColumn2D chart? Instead of showing separately for each section?
  11. Fusion Charts With Ipad

    Hi, I am currently working on an iPad Application which extensively use Fusion charts v3. Can you let me know your implementation on a highlevel? Thank you, Charan
  12. Dynamic Xml Generation

    Hi I am just a month old developer in Fusion Charts Product. So far I feel that it is truly an amazing Product. I have one question related to XML generation method. Is there a way to generate XML data dynamically on a real time basis. Do you provide any plugin. So far, I am looping through database tables or using XSLT for creating the Chart XML. I have around 100+ charts to generate for an iPad Application. Let me know if you have a better way to deal with this Thank you, Charan