sbangela
Members-
Content count
12 -
Joined
-
Last visited
About sbangela
-
Rank
Junior Member
-
Hi Sanjukta, Thank you for your reply. Hope that it can support this feature in near future. Angela
-
Thanks for your reply. I've written trendlines in your way, but it doesn't work for me. It only changes the line color, but the trendline text color is unchanged (still in black). I'm using MSCombi3D, would it because this feature doesn't support MSCombi3D? Here is how I write the trendline. (I change the bracket to [] in order to post here): [trendlines] [line startValue='100' color='FF0000' displayValue='Target' showOnTop='1' valueOnRight='1' /] [/trendlines]
-
How to insert xml code? I've used [ code ] [ /code ] (without space inside) surrounded it, but still cannot be displayed.
-
Hello, I'm using the MSCombi3D, and need to insert a trendline in the graph. However, no matter how I set, the trendline text is still black in color, which would overlapped with my background such that it can't be seen. I read from the documentation that setting the "color" attribute can set the color of the trend line and its associated text, but it only works for the trendline color for me. Could you teach me how to set the trendline text color? The following is how I write that part: Thank you very much! Angela
-
Thank you very much! It works now!! Thanks for all of your quick and prompt responses!
-
Thank you very much for your kind reply. But when I run "Test movie", it shows two errors: Error#1 Location: FusionCharts.as, Line 219 Description: 1046: Type was not found or was not a compile-time constant: FlashInterfaceEvent. Source: private function linkClickHandler(e:FlashInterfaceEvent):void Error#2 Location: FusionCharts.as, Line 225 Description: 1046: Type was not found or was not a compile-time constant: FlashInterfaceEvent. Source: private function renderHandler(e:FlashInterfaceEvent):void Have I missed anything? Can you please further help to solve it? Thanks!!
-
oh that's great! Thank you so much and looking forward to your reply!
-
Thank you for your reply.
-
Thanks for your reply. I know this method, but this is not suitable for my case. Sorry that I was not describing clear enough. Let me re-phrase it. Say, I'm working on a flash called project.swf, and I need to show a chart(MSCombi3D.swf) inside project.swf. That means in the javascript, the flash that I call should be project.swf, not MSCombi3D.swf. My query is how can I load the MSCombi3D.swf inside project.swf?
-
I'm doing a flash project which needs to show a chart inside it. I'd like to ask whether I can do it with developer license? From the readme: Does it mean the chart can be embed in my flash if I use developer license only? If so, could you tell me how to embed it? I only know how to run it in html. Actually, I can't find any .as files inside the package. Thanks a lot!
-
Thank you very much for the reply. Hope that this feature can be provided in the next release.
-
I need to show gradient color for the column bars in MSCombi3D. However, it doesn't work. It can only display the first color I set in the color list. Here is my dataset xml: [dataset seriesName='data1' renderAs='Column' color='000000,ffffff'] [set value='3' /] [set value='4' /] [set value='5' /] [set value='6' /] [/dataset] ([] should be replaced.. I use this method since I don't know how to show the code ) From documentation, gradient color for column bar should work. Or do I misunderstand something? http://www.fusioncharts.com/docs/Contents/ChartSS/Combi3D.html#Anchor15 dataset element Attribute Name: color Type: Color Range: Hex Code (Or Comma separated list) Description: This attribute sets the color using which columns, lines, area of that data-set would be drawn. For column chart, you can specify a list of comma separated hex codes to get a gradient plot. Thanks a lot!