-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, Since your data is between 0 and 1, the divlines can only be 0 and 1. As such, you can set adjustDiv='0' yAxisValueDecimals='0' numDivLines='0'
-
You can create a style for yaxis label and apply to the same. However, the font of y-axis can only be changed if it's rendered horizontally.
-
Clickable / Refreshed Gantt Charts, Other Features?
Pallav replied to ressystems's topic in Using FusionWidgets XT
You can define a link attribute for each [process] and [task] element. -
Having problems setting color of segments in multitier Pie using XML
Pallav replied to KenGartner's topic in XML Issue
Ken, Can you please send us the XML file at [email protected]? -
Hi, Thanks for your suggestion. Currently, we do not have a calendar and unfortunately it's not even in our roadmap for next 12 months. However, I've added it to our wishlist for future releases.
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
Hi, I tried the same with Firefox 2.0.11 on Windows XP and it seems to work fine. On what OS did you try it? -
I'm afraid scrolling offset is not currently supported.
-
Hi, I'm afraid FusionCharts is yet not natively supported in Flex. The best you can do is load the charts as external Flash 8 SWFs.
-
Yes - you can define link for each marker using link attribute.
-
Andrew, Which gauge are you using?
-
Hi, I'm afraid our candlestick chart cannot plot arrows - however, it can use vLines to highlight points.
-
Display a tooltip when hovering over the entire chart?
Pallav replied to coolegg's topic in General usage
I'm afraid we do not support a full chart tool tip. -
The standard map package doesn't expose the click action to ExternalInterface. You'll need to use the customized version of the map, which invokes click event using ExternalInterface.
-
You can use the scatter plot chart to attain this type of chart. You can connect the points in the scatter chart using a line.
-
Hi, You might alternatively want to look at the Drag node chart in PowerCharts suite (www.fusioncharts.com/PowerCharts.asp) for organizational charts.
-
Hi, I'm afraid currently that is not possible with FusionCharts.
-
You can try putting in in the trend values as explained at http://www.fusioncharts.com/docs/Contents/TTip_Lines.html
-
Yes - you can set the y-axis min value using
-
Hi, I'm afraid FusionMaps cannot yet handle longitudes and latitudes.
-
Yes - this feature is present only in v3 gantt chart. If you're an Instrumentation v2 customer, you can download the free upgrade from www.fusioncharts.com/PUC
-
Steve, To change the background color of the movie, you can edit the source .fla and just recompile it. However, to skip the screen, you would need to change quite a bit in the code.
-
Hi, Can you please try with the Gantt SWF from www.fusioncharts.com/free?
-
You cannot individually increase the size of the bullets inside legend, however, you can increase them together with the font size by creating a style for legend.
-
Hi, I'm afraid you cannot do a POST call using dataURL, as it's a single GET invoke for XML that we initiate inside FusionCharts.
-
Hi, We're doing the client side image saving functionality implementation and it will be a part of the next release. As for server side generation, I'm afraid that's not yet feasible, as the charts are generated at client side.