Uma Mahesh

Members
  • Content count

    9
  • Joined

  • Last visited

About Uma Mahesh

  • Rank
    Forum Newbie
  • Birthday 10/24/1981

Contact Methods

  • Website URL
    http://www.umamahesh.net

Profile Information

  • Gender
    Male
  • Location
    Hyderabad, India
  1. Rendering Issue With Js Version

    Hi Angshu, The Color issue is still there. the vertical line is coming correct but the vertical colors (three in original attachment is yet to be fixed i guess) is having issue. Please see the below attached Flash and JS Versions. I need to reproduce the Same Look and feel what Flash version is providing. Below is the XML I am using. Is there any way to acheive this. Please let me know. <chart plotFillColor="5998C1" showValues="0" showToolTip="0"> <set label="Great Price" value="0" color='0B5286' anchorAlpha='0'/> <set label="$12,632" value="10" color='5998C1' anchorAlpha='0'/> <set label="Good Price" value="29" color='5998C1' drawAnchor='1' anchorRadius='5'/> <vline color='000000' linePosition='0' thickness='2'/> <set label="$15,878" value="10" color='5E5E5E' anchorAlpha='0'/> <set label="Above Market" value="0" color='5E5E5E' anchorAlpha='0'/> <styles> <definition> <style name="Bevel" type="bevel" distance="2" blurx="4" blury="1"/> <style name="DataValues" type="font" borderColor="1D8BD1" bgColor="1D8BD1" color="FFFFFF"/> </definition> <application> <apply toObject="DATAPLOT" styles="Bevel"/> <apply toObject="DATAVALUES" styles="DataValues"/> </application> </styles> </chart> Thanks in Advance. Uma Mahesh
  2. Rendering Issue With Js Version

    Thanks a Lot For the continuous Support. Thanks Again, Uma Mahesh
  3. Rendering Issue With Js Version

    Hi Angshu, Can you let me know the tentetive time line that the V 3.2.2 will be released to market at least for beta testing. Thanks in Advance Uma Mahesh
  4. Rendering Issue With Js Version

    Hi Angshu, Can you let me know the tentetive time line that the V 3.2.2 will be released to market at least for beta testing. Thanks in Advance Uma Mahesh
  5. Hi I am evaluating the Fusion Charts to convince my client that Fusion charts are able to render the charts on iPad and Android version tablets and mobiles. For that I am preparing a demo and I was hit by a rendering issues (color and VLine issues). See attached Flash Version and JSVersion PNG Files. I am using the below code. <html> <head> <title>My First chart using FusionCharts - Using pure JavaScript</title> <script type="text/javascript" src="FusionCharts.js"></script> </head> <body> <div id="chartContainer">FusionCharts will load here!</div> <script type="text/javascript"><!-- FusionCharts._fallbackJSChartWhenNoFlash(); var myChart = new FusionCharts( "SplineArea.swf", "myChartId", "400", "300", "0", "1" ); myChart.setXMLUrl("SplineArea.xml"); myChart.render("chartContainer"); // --> </script> </body> </html> here is the xml file content <chart showValues='0' > <set label="Great Price" value="0" color='0B5286' anchorAlpha='0'/> <set label="" value="10" color='5998C1' anchorAlpha='0'/> <set label="Good Price" value="29" color='5998C1' drawAnchor='1' anchorRadius='5'/> <vline color='000000' linePosition='0' thickness='2'/> <set label="" value="10" color='5E5E5E' anchorAlpha='0'/> <set label="Above Market" value="0" color='5E5E5E' anchorAlpha='0'/> </chart> can you help me out from this.. Thanks in Advance, Uma Mahesh