-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
is is possible to give y axis value more then 1000 (1K)
Pallav replied to Pallav's topic in Javascript Problems
Please set <graph formatNumberScale='0' ... > -
Please see http://www.fusioncharts.com/docs/Contents/Number_Input.html
-
Hi, In FusionCharts multi-series stacked chart, you can set the series names for internal <dataset> element only, as each internal <dataset> element represents a column on the chart. Also, the legend comes directly from <dataset> seriesName itself.
-
Column 3D + Line Dual Y - 3D'ness of chart makes line misleading...
Pallav replied to Pallav's topic in General usage
Mike, To put the lines below column, we'll have to work on code. Yes- we do have a 2D version of this chart - it's MSCombiDY2D.swf -
Josh, The height of each bar in the chart also depends on the y-axis scale of each chart. If you want all charts to have similar scale, you'll need to manually set them as : <chart yAxisMaxValue='xx' yAxisMinValue='yy' ..>
-
If you're using PHP, it automatically outputs that. Just make sure you're using dataURL method - and in the page which you output XML, you specify the output stream as UTF8 XML.
-
Hi, I'm afraid, as of now, it's not possible to have that.
-
Hi, >>> 1. In my own fonts and font sizes (or is it too difficult to embed fonts) Yes - easily. You just need to refer to the font and it will automatically render in that. >>> 2. In my own colors, for lines/bars and for background chartspace Indeed - you've all these options. >>> 3. In my own styles, for instance, if I want no 3D bar, just simple colors There's one chart SWF for each chart type. You just need to pick the right one. >>> 4. Without animation Yes. >>> 5. If necessary, without XML? (xml is unsuitable for some very large datasets) No - XML is completely necessary for FusionCharts to run. Irrespective of whatever amount of data you plot, XML won't be a problem. Though, we do not recommend plotting more than 800-1000 points per chart. >>> 6. With annotations -- if I want a dotted thing on line graphs with explanations, or a mouseover on each bar in a bar chart, etc You can add tool tips to existing points - but no additional drawings (as of now). >>> 7. Spider charts supported? Do you mean radar charts? If yes, then it's supported in PowerCharts suite
-
>>> I think you could possibly do this within the flash itself. creating a right click option to save as image. I looking through the posts this seems like a request that would help many many of us out. This is something which we'll be implementing in future release - we're currently working on the technicalities of the same.
-
Please make sure that you've over-written the evaluation SWFs with the new ones and cleared your browser cache.
-
Hi, We've just released FusionMaps v3.0.4 (previously PowerMaps) at www.fusioncharts.com/maps. It boasts of the following enhancements: Renamed product name to FusionMaps (from PowerMaps). New: Following 5 maps added: Europe (UK divided into countries), Central America with Caribbean, North America without Central America division, Asia-3, Malta New: Added option for Marker Connectors. Marker Connectors allow you to connect any two markers using a line and a label. The cosmetic properties of the label and line can be configured from XML. New: Added pre-built Marker XMLs indicating important cities for most of the maps in suite. You can now directly use these XMLs to show important cities in your region. New: New code samples (ASP, PHP) and documentation on how to use FusionMaps with database. New: Website, map gallery & dashboard samples. New: Font properties can now be customized for each entity on the map. New: Added option to disable hover for entities that do not have a value. New: Added option to add a caption to legend. Bug fix: Fixed the legend empty marker issue. Now, the legend marker will consistently show as filled rectangle across all platforms. Bug Fix: Fixed label placement position, when x-scale and y-scale of map was simultaneously animated. Bug fix: Fixed tool tip position issue when map is loaded into nested movie clips inside other Flash movie. Bug fix: Minor changes in World-8 Map, Virginia Map & North America Map tracing. Existing customers can download the free upgrade from www.fusioncharts.com/PUC > My orders > Re-download.
-
Swati, Please send us an email at [email protected] with your existing Order Id.
-
We do NOT have a multi-series 2D stacked bar - we've a multi-series 2D stacked column.
-
This is a single series grid - as such, it can show only 2 columns.
-
Hi, In the HTML code that you're using to embed the chart, just change all http to https.
-
I'm afraid no.
-
The scoping of code in your .fla is wrong. When you write: myXML.onLoad = function(success) { if (success) { var chartContainerMC:MovieClip = this.createEmptyMovieClip("ChartHolder", 1); the this here refers to myXML - and not _root. Please fix all the scoping errors.
-
Hi, As of now, we do not support breaks in Pie 3D chart labels (owing to smart label calculations).
-
Bob, This bug was fixed in FusionCharts v3.0.2. Currently, we're at 3.0.3. You can download the latest release from www.fusioncharts.com/PUC > My orders > Re-download
-
You can define a set label in the scatter chart.
-
It's detailed at www.fusioncharts.com/docs > Guide for Web developers.
-
FusionCharts is rendered on the client side using Adobe Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. Owing to limitation of Flash Player itself, which doesnt allow saving the end output of the chart as image, FusionCharts too is bounded by the same limitations. As such, you cannot directly save the charts as bitmap/image/PDF. Indirect ways of saving chart image are: - You can third party tools like www.flashcapture.com to take one-click screenshots of the generated charts and then use it. - You can use PDF Print drivers like www.pdf995.com to save the chart as PDF (by capturing it from Print Stream of your Operating System).
-
Currently, it's not supported. This will be released as a part of v3 in August.
-
As of now, it's not possible. We're soon coming up with v3, which will allow this.
-
I'm not sure if I've understood you - please elaborate.