-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Can you make sure you're not including Init.as in your .fla?
-
Yes. Just: Create XML data for each chart Initiatlize that many chart objects and place them in the page.
-
Peter, It's not currently possible in the current framework - else, we would put this in the core product. We've this in our wishlist for next major version.
-
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).
-
Which version of FusionCharts are you using? Also, are you directly embedding the SWF itself or loading via our Class API?
-
We're proud to release FusionCharts Google Gadget. You can see the same at http://www.fusioncharts.com/GG/ FusionCharts Google Gadgets are widgets that help you create animated flash charts & graphs for your web pages, blogs & Google Pages. Be it your sales chart, inventory chart or your personal weight chart, FusionCharts can render an exciting face to all your boring data tables - for FREE. Based on FusionCharts platform, the charts are rendered using Adobe Flash technology. As such, you do not need to install any special software to create the charts. Everything can be done online using your browser itself. And, to view the charts, all your users would need is Abode Flash Player 6 (or above), which has an installation base of over 98% worldwide. So, you can always be sure that your charts can reach the widest variety of audience. Using FusionCharts Google Gadget, you can plot a variety of charts, ranging from the simple 2D charts to complex 3D charts. Each chart can be generated with the same ease of use. All you need to do is visually configure your chart, enter data, and finally copy-paste the generated code to your blog/web page. No need to get your hands dirty with any sort of programming or coding. FusionCharts Google Gadget can be used to create animated flash charts & graphs in: Your blogs Your websites and web pages Google Page Creator Google Personalized Homepage Google Desktop
-
You'll have to morph the data like: <chart showLegend='0'> <categories> <category label=' ....' ... /> <category label=' ....' ... /> </categories> <dataset> <set value='xx' color='HexCode' /> <set value='xx' color='HexCode' /> </dataset> </chart>
-
I'm afraid the anchorSides cannot display in Legend as of now.
-
Make sure: 1. You're using dataURL method 2. You're using UTF-8 encoded XML 3. Your XML has correct BOM Mark (to do so, use StreamWriter Object in ASP.NET)
-
Yes - using FusionCharts Instrumentation (www.fusioncharts.com/IS), you can do it. See a Windows Task Manager simulation using FusionCharts at http://www.fusioncharts.com/IS/Demos/TaskManager/Index.html
-
Yes - that's on our wishlist too, but we do not have exact dates for the same.
-
Pls set <chart drawAnchors='1' anchorAlpha='100' ..>
-
It's a multi-series chart and your data is in single-series XML structure.
-
Open chart in the same window cancelling all other iframes
Pallav replied to b471code3's topic in FusionCharts and PHP
I'm not sure if I've understood what you want to do. Can you please elaborate? -
We do have a 3D bar chart in FusionCharts v3.0.3 - It's MSBar3D.swf
-
For y-axis name problem, please see http://www.fusioncharts.com/docs/Contents/Flash_Rotated.html For div lines, please set <chart adjustDiv='0' ..>
-
Problem in showing Real-Time value for Angular gauge
Pallav replied to Pallav's topic in Using FusionWidgets XT
It's not supported for the angular gauge. It's supported for the data-streaming charts, LEDs and Linear Gauges. -
Can I change "plotPriceAs" value in candlestick chart using setDataXML function ?
Pallav replied to Pallav's topic in Miscellaneous
You'll need to re-generate the entire XML. -
I'm afraid, currently we do not have any plans for Heatmaps.
-
Can I change "plotPriceAs" value in candlestick chart using setDataXML function ?
Pallav replied to Pallav's topic in Miscellaneous
Yes - you can do so. But, essentially it'll be a redraw of the chart. -
I'm afraid that's not possible. But what you can do is hide the values on the chart and show as tooltip.
-
You're using the wrong chart. You need to use Candlestick chart from our PowerCharts Suite - www.fusioncharts.com/PowerCharts.asp
-
Yes - do not use the scroll chart and the chart scroll bars wouldn't appear. Not sure if I understood this.
