varoon
Members-
Content count
63 -
Joined
-
Last visited
-
Days Won
1
Everything posted by varoon
-
Changing the size of chart in runtime
varoon replied to FusionCharts Support's topic in General usage
u edited the post... ok let me try that........ -
Changing the size of chart in runtime
varoon replied to FusionCharts Support's topic in General usage
ya i hope that is the answer.... but i could not make it out... :doze: i tried doing some thing... like this... ######################### Max.onRelease = function() { var cText = pText.text; zoomChart(cText); } // Zoom Chart function zoomChart(cText){ var chart3 = new cText(chartContainer3MC, 1, 790, 650, 20, 15, false, "EN", "noScale"); chart3.setXMLData(xmlData2); chart3.render(); //hide other chart container. chartContainer1MC._visible = false; chartContainer2MC._visible = false; Min._visible = true; stop(); } ######################### actually wat i m doin is when i generate a chart i store wat type of chart in a text box (pText.text) now im trying to get the chart value while i click max button.. to open the current loaded chart in container3 ... is there any other way easy than this... ??? :ermm: -
Changing the size of chart in runtime
varoon replied to FusionCharts Support's topic in General usage
Hi how do i use ? plz chk my code.... ############################# var chatm = "Column2DChart"; menucontainer.menu.Max.onRelease = function() { chatm=pText.text; trace(chatm); var chart3:chatm = new chatm(chartContainer3MC, 1, 750, 465, 20, 15, false, "EN", "noScale"); chart3.setXMLData(chart3_xml); chart3.render(); stop(); }; ############################# -
Error : Statement must appear within on handler if i use the import again inside layer....
-
Hi i m creating a Flash chart containing many small charts... when i call the var chart1:Column2DChart = new Column2DChart(chartContainer1MC, 1, 365, 225, 20, 15, false, "EN", "noScale"); in the main Action layer it works fine.... but when i use the same i the inner layers.. inside some movie clip layer... i get error msg and could not load the chart... Error Msg: Location: Symbol=sprite 48, layer=Layer 25,frame=2, line 10 Description: The class or interface 'Column2DChart' could not be loaded. Source: var chart1:Column2DChart = new Column2DChart(chartContainer1MC, 1, 365, 225, 20, 15, false, "EN", "noScale"); How do i call the chart ? when the button is clicked ????
-
Hi i am using multiple chart in a single flash file. i need to place a button above the flash chart... it always stays behind... any idea ? is this possible ?
-
Worked like charm... :w00t: thx... :)
-
thx.. i actually added the code... then nothing happened.. so removed it... but i did not know we should pass value like.. """Max.swapDepths(1000)"""" im just new to this flash... and dont know much abt it.. hope u understand my situation... thx for helping me... im trying out... now.... will let u know wat happens....
-
just try moving the button , to the center... and preview it, the button will not be visible... at present i have kept it far from the chart loading position... hope u get, what im saying...
-
Its a flash... buddy.. u need the full source FLA to edit menu.... :cool: but even then u cannot remove "About flash" and "settings".... im not sure u can call JS in it... :hehe:
-
anyone here ????
-
hi... can u chk my flash file... place FLA inside FusionCharts_EnterpriseSourceCode i dont know my code is correct or not...
-
Thx for your detailed explanation... im trying out... let u know soon...
-
i use the button in same layer.... i put arrange -> "bring to front" but it did not...
-
can u show me a sample to load a external xml in flash... ?
-
hi did any one try loading two dff charts into a single swf ? any idea ?
-
can any one help.. how to load a external swf / fusion chart ???
-
the provided code is.... i need to load external xml data... how do i ???
-
sorry just now found a FLA example in your product...
-
hi can we use a drill down chart in PPT Presentation ? if yes any sample ???
-
Hi any one tried Using Themes for Fusion charts ? how do i implement in runtime ? should i use JavaScript ? or XML ? any one ?? help...
-
Thx... then i can change them using it.... :cool:
-
hmm.... okay is it possible to change the bar colors in runtime ? using JS or diff xml's ???
-
can i edit the palette ? i want to define my own colors
-
Hi i need to change the "Sum of " character in the Legend. it shows for all the values and it does not looks good. instead of the "sum of" i need to replace with the symbol " ? " can this be done ? Preview