-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
I'm afraid we wouldn't be providing real time capabilities in PowerChart. FusionGadgets suite consists of all the real time charts.
-
How to Show Markers with different colors on states?
Pallav replied to Pallav's topic in Using FusionMaps XT
Yes - you can define any number of markers on the map and each marker can have its own shape (including image icons), label, tool-text and link. Please see http://www.fusioncharts.com/maps/docs/Contents/MarkerOv.html, http://www.fusioncharts.com/maps/docs/Contents/MarkerUsage.html, http://www.fusioncharts.com/maps/docs/Contents/MarkerXML.html, http://www.fusioncharts.com/maps/docs/Contents/MarkerShapes.html -
Hi, Using the real time charts in FusionGadgets, you can ask the chart to constantly poll your server every x seconds to look for incremental data update. However, you cannot change the entire chart's data.
-
how tell FusionChart-XML to read from a txt data source on server
Pallav replied to 88mph's topic in FusionCharts and ASP
You can see an example at http://www.fusioncharts.com/Demos/JS/Index.html -
Open chart in the same window cancelling all other iframes
Pallav replied to b471code3's topic in FusionCharts and PHP
One way would be to use Javascript handlers as links, and then manipulate everything in that JS handler. -
Grid border not displaying when alternateRowBgColor applied
Pallav replied to cawthor's topic in General usage
Hi, Can you please send us the HTML and XML at [email protected]? -
You can use the FusionCharts grid component to do so. Please see http://www.fusioncharts.com/docs/Contents/Grid_Overview.html , http://www.fusioncharts.com/docs/Contents/Grid_Usage.html and http://www.fusioncharts.com/docs/Contents/Grid_Parameters.html
-
I'm afraid it's not currently possible.
-
You can either make the anchors or the entire chart clickable. Just line is not possible now.
-
Using a Custom Background or Default Image when No Data Available
Pallav replied to scotty's topic in General usage
You can customize the "No Data to display" message as explained at http://www.fusioncharts.com/docs/Contents/ChartMessages.html. However, you cannot show a JPG message. -
Clicking on map entity isn't calling handler
Pallav replied to Pallav's topic in Using FusionMaps XT
Hi, Starting Flash Player 9.0.115, the asfunction no longer works. As such, we're porting the new release to use click event handlers instead of asfunction. This should be out in a couple of weeks. -
Steve, I misunderstood your first post. If any of the column in MSColumn3D chart is missing, the other column does NOT acquire the empty space - and this is intentionally shown as missing data.
-
Steve, I misunderstood your first post. If any of the column in MSColumn3D chart is missing, the other column does NOT ac
-
want to render chart through webservice
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
This won't work because of 2 reasons: - Cross-domain data security policy - Difference in FusionCharts and web-service XML format -
You cannot actually divide processes. However, you can add a say " - " to the start of sub-process to visually show it as " - Sub-process". Thereafter, each task can be allotted to a process.
-
You'll need to make all the changes in com/fusioncharts/core/charts/CandleStickChart.as. Here, you'll need to make changes in: - Method where chart y-min/max are detected. - Chart limits are calculated - Position for each element is calculated
-
Hi Rahul, I'm afraid, as of now, we do not have a Google Finance like chart. We've a simpler stock chart at http://www.fusioncharts.com/PowerCharts.asp#candle
-
Cruise site uses gantt charts plus XY scatter charts
Pallav replied to Pallav's topic in User Showcase
The charts have been really well implemented. Specially, I like the way you've used milestones in the Gantt chart. -
Any possibility of encrypted data for fusioncharts?
Pallav replied to mklaurence's topic in Suggestions & Requests
Mike, You can implement the charts over HTTPS and put up a small security check script that would serve the XML only if its requested from a SWF hosted by the same domain. -
Hi, At least one axis needs to be visible on the chart, as of now.
-
Hi John, For each chart, the common functionality has been grouped in hierarchical parent structure (Chart > SingleYAxisChart > ...). However, in many cases there are similar functionalities having minute differences, in which case we've to port them to individual classes.
-
Can you try with non-progressive once?
-
Hi, If you want to change the depth in code, you can just alter the same in allotDepth() method of the chart class and it'll reflect on the chart.
-
Hi, You cannot do it in C++ as of now. However, in v3.0.6, we've exposed a JavaScript method that can be invoked at client side to automatically initiate the saving process once the chart has finished rendering.
-
Hi, In our code, we parse for capital BRs. We'll make it generic in next version. We've FusionCharts Free in Flash v6. You can see it at www.fusioncharts.com/free