romsok
Members-
Content count
10 -
Joined
-
Last visited
About romsok
-
Rank
Junior Member
-
the issue was resolved. Rookie mistakes. I had to obtain a download of licensed 3.1 charts - mine were 3.0. After getting that from sales support, and clearing my browser cache everything worked as it should have.
-
Can someone please tell me how I get rid of the Evaluation caption on every chart? I downloaded an eval copy for the newest code - but I already have a license. Do I need to copy a file somewhere?
-
OK, It looks like the problem is with browsers on my machine - other people connecting remotely to my serveer are getting the look and feel I want. This odd considering I downloaded and istalled the latest flash player last week.
-
I downloaded the newest code and dropped the column2d flash file into my application's "Charts" directory, but is it enough? - do I have to copy other parts of the package, like images, javascript or something else into my application?
-
1. I did initially use useRoundEdges="1", decided to try 3 to see if it has any effect. Now reverted back. 2. I am using version 3.0.1 3. Attaching image
-
so supposedly my adding the following to my chart was supposed to give the exact look I wanted (glass fill and rounded edges): '' but it didn't work - I do get the graphs, but only plain 2D column, no glass fill and no rounded endges
-
I am embedding the chart using JavaScript and one thing I noted is that inserts an "embed" tag, but doesn't close it. Here is the complete graph XML. width="300" flashvars="debugMode=0&chartWidth=300&chartHeight=240&DOMId=myChart®isterWithJS=0&scaleMode=noScale〈=EN&dataXML=<chart useRoundEdges='3' showBorder='0' decimalPrecision='0' caption='Total Sent' showValues='0' bgColor='FFFFFF,FFFFFF'><set label='Label 1' value='4851' showName='0' /><set label='Label 2' value='5000' showName='0' /><set label='Label 3' value='12000' showName='0' /></chart>" allowscriptaccess="always" quality="high" name="myChart" id="myChart" src="../Charts/Column2D.swf" type="application/x-shockwave-flash"> Is it possible that I am supposed to use "Bevel" style on the graph to give it the look I mentioned in the first post? I looked over the documentation for bevel and it says I am supposed to define style using XML, but I don't know where I should do that? In the XML I pass to the graph? On my page?
-
Hi, In the charts gallery there are two simple 2D column charts - one with plane 2D columns and the other one also 2D but the columns look somewhat 3D like. I cannot figure out how to give my 2D charts that 3D like effect. Any suggestions? Thanks.
-
Hi, I have a page which is populated using AJAX, but the FusionCharts are embedded in it using HTML, not JavaScript. For now, I must use that.... So my AJAX call returns a response, and I set up a JavaScript function to take a part of the response and use it to generate an XML string and then insert this XML into <param name="FlashVars" value="" />and <embed FlashVars""> But how can I "reload" the chart, so it actually displays the data I just gave it? Thanks.
