-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
You can use it with any v3 chart. Yes - the image is regenerated at server side.
-
Hi Frats, I'm afraid, as of now, you cannot position arbitrary elements on the chart.
-
Just change vTrendlines to trendlines in that case.
-
Both look the same to me too. Is there a possibility you can share a live URL with us?
-
Hi, The y-axis label too is bold - but since it's rotated (and uses embedded fonts), it appears so. You cannot set FPS from XML - but can control animation speed using the STYLEs feature.
-
Hi, Which SWF are you using?
-
I'm afraid no - as the chart animates at start. Or, what you can do is: - Have a button in page which when clicked renders the chart in page. As such, it would look as if the button click animates chart.
-
Please see http://www.fusioncharts.com/docs/Contents/TTip_Lines.html
-
Hi Moorthy, While we can tell you what places to modify, we would not be carrying code customizations ourselves.
-
Hi, I'm afraid Firefox has issues with printing no-scaled Flash movies. As such, the only solution would be to modify the .fla files with the new size and recompile.
-
Disable Right-Click Print on FusionCharts v3
Pallav replied to vancepublishing's topic in Miscellaneous
I'm afraid it's not directly possible. You'll need to edit the source code to attain the same. -
You just need to define your color ranges in map, which will show as legend.
-
Hi, I'm afraid we do not yet support pattern fill as of now.
-
Chart Flash Movie Occasionally Does Not Load In Firefox 2 But Works In IE
Pallav replied to Pallav's topic in FusionCharts and PHP
Hi, Can you please send us the code at [email protected]? -
how to set Dashed line and single in legend in fusion maps
Pallav replied to Rakesh's topic in Using FusionMaps XT
I'm not sure if I've understood your question. Please elaborate. -
Yes - it's available in evaluation too. Just make sure you're using v3.0.6.
-
Brian, I'm afraid you cannot do that. But in FC_Rendered(strDOMId), we pass the DOMId of each chart as a parameter. So, internally you could just put an if-then or switch-case to redirect the load to different methods.
-
Hi, I'm afraid, currently there isn't another way to do this - because of the way Firefox handles no-scaled Flash movies.
-
I'm afraid you cannot reposition the bars in our chart. Currently, we just allow changing the values.
-
Hi, You can save the charts using ASP+ASPImage (which you'll have to license, though). We can create the ASP script for you using ASPImage to do so.
-
I'm not sure if I've understood your query. Please elaborate.
-
animating the displayed value instead of showing it immediately
Pallav replied to ahmedwk's topic in Using FusionWidgets XT
Hi, I'm afraid you cannot animate individual value when sent as a set of values. Only option would be to send 1 value at a time. -
Andy, It's not possible to directly remove it. You can customize the source code to remove this, though.
-
You can do the following: - Hide y-axis values - Add trendlines to y-axis with string labels
-
I'm afraid you cannot have stacked areas + line. Only stacked column + line is possible.