senthily88
Members-
Content count
8 -
Joined
-
Last visited
About senthily88
-
Rank
Forum Newbie
-
Infographic Page Download Fusionchart separtely with context menu
senthily88 posted a topic in FusionCharts and PHP
Good Day Sir, i Am Creating Infographic on my Project, i Am Useing More then one Fusionchart in my page i need Context menu to download fucionchart in jpeg,png format, How i download sir, please Give Response, And Give Example Sample -
Good Day Sir, i am using Fusionchart to My project , I Didn't Need Fusionchart Export png,jpg Format Why Then This is Cost Based Download Option, Free user Can Download WaterMark Image on Fusionchart, So I need Context Menu TO Get Chart Current Object And Export PNG,JPEG, How? Please Give Example On Download Format? How I COnvert Fusionchart SVG to Image Format, Or COnvert TO DataUrl
-
Good Day Sir, I am Using Fusion chart To My Project, My Project Definition: My Project Like Info graphic, User Can add More Chart like[column,pie etc.........] Also user Can Add Customize Background Image,image,text,editor plugin Also User Can set Background Image and Background Color I ll Must Need Page To PDF i was try html2pdf,Dompdf etc........ But Pdf Work Perfectly, but Fusionchart I didn't saw, Why Fucionchart not Support Pdf in That Page i ll Send Example Picture i need Fucionchart Containing Page to PDF Attachment Details: First 1=> NormalHtmlPage: This Page User Can Assing And include Text,image,Chart,And Background image,image Secound 2=> i ll download page to html Like Picurehtmlpage.jpg Thirrd=> i was Convert html2pdf I got Image,text,picture to Attached Pdf, but i can't saw Fucionshart TO Pdf, extra i got 2 block dot on pdf, why Not Support Fucionchart Contains Page PDf
-
i Need Change y-Axis Font Color, Font Family And Font Size, Like A Attachement Please Give Sample Example
-
I am try To Show 3D fusion chart I am Enter This Code Directly In My PHP page, This Code 3D was Working Perfectly, <div id="chartdiv34703114856" align="center">Chart will load here</div> <script> var dataString ='<chart caption="Site hits per hour" subCaption="In Thousands" showValues="0" numVDivLines="22" rotateNames="1" areaAlpha="90" labelStep="2" clustered="0" showPlotBorder="0" exeTime="2" startAngX="32" startAngY="-36" endAngX="32" endAngY="-36">\n\ \n\ <categories ><category label="Column 1" toolText="Column 1"/>\n\<category label="Column 2" toolText="Column 2"/>\n\<category label="Column 3" toolText="Column 3"/>\n\<category label="Column 4" toolText="Column 4"/>\n\<category label="Column 5" toolText="Column 5"/>\n\<category label="Column 6" toolText="Column 6"/>\n\<category label="Column 7" toolText="Column 7"/>\n\ </categories>\n\ \n\ \n\ <dataset seriesname="Row1" color="AFD8F8" areaBorderColor="AFD8F8" ><set value="20" /><set value="30" /><set value="0" /><set value="40" /><set value="50" /><set value="60" /><set value="70" /></dataset><dataset seriesname="Row2" color="F6BD0F" areaBorderColor="F6BD0F" ><set value="50" /><set value="60" /><set value="70" /><set value="20" /><set value="50" /><set value="60" /><set value="75" /></dataset><dataset seriesname="Row3" color="8BBA00" areaBorderColor="8BBA00" ><set value="5" /><set value="6" /><set value="8" /><set value="0" /><set value="77" /><set value="54" /><set value="25" /></dataset><dataset seriesname="Row4" color="FF8E46" areaBorderColor="FF8E46" ><set value="20" /><set value="30" /><set value="40" /><set value="50" /><set value="50" /><set value="80" /><set value="90" /></dataset><dataset seriesname="aasRow4" color="008E8E" areaBorderColor="008E8E" ><set value="0" /><set value="5" /><set value="9" /><set value="7" /><set value="8" /><set value="0" /><set value="58" /></dataset>\n\ <styles>\n\ <definition>\n\ <style name="captionFont" type="font" size="15" />\n\ </definition>\n\ <application>\n\ <apply toObject="caption" styles="captionfont" />\n\ </application>\n\ </styles>\n\ </chart>'; </script> <script type="text/javascript"> //if (GALLERY_RENDERER && GALLERY_RENDERER.search(/javascript|flash/i)==0) FusionCharts.setCurrentRenderer(GALLERY_RENDERER); var chart = new FusionCharts("view/chart/Charts/MSCombi3D.swf", "ChartId03114856", "560", "400", "0", "0"); FusionCharts.setCurrentRenderer('javascript'); chart.setXMLData( dataString ); chart.render("chartdiv34703114856"); </script> Same This Code i try To use jquery To Get But I saw 2D view <div id="chartdiv34703115105" align="center">Chart will load here</div> <script> var dataString ='<chart caption="Site hits per hour" subCaption="In Thousands" showValues="0" numVDivLines="22" rotateNames="1" areaAlpha="90" labelStep="2" clustered="0" showPlotBorder="0" exeTime="2" startAngX="32" startAngY="-36" endAngX="32" endAngY="-36">\n\ \n\ <categories ><category label="Column 1" toolText="Column 1"/>\n\<category label="Column 2" toolText="Column 2"/>\n\<category label="Column 3" toolText="Column 3"/>\n\<category label="Column 4" toolText="Column 4"/>\n\<category label="Column 5" toolText="Column 5"/>\n\<category label="Column 6" toolText="Column 6"/>\n\<category label="Column 7" toolText="Column 7"/>\n\ </categories>\n\ \n\ \n\ <dataset seriesname="Row1" color="AFD8F8" areaBorderColor="AFD8F8" ><set value="20" /><set value="30" /><set value="0" /><set value="40" /><set value="50" /><set value="60" /><set value="70" /></dataset><dataset seriesname="Row2" color="F6BD0F" areaBorderColor="F6BD0F" ><set value="50" /><set value="60" /><set value="70" /><set value="20" /><set value="50" /><set value="60" /><set value="75" /></dataset><dataset seriesname="Row3" color="8BBA00" areaBorderColor="8BBA00" ><set value="5" /><set value="6" /><set value="8" /><set value="0" /><set value="77" /><set value="54" /><set value="25" /></dataset><dataset seriesname="Row4" color="FF8E46" areaBorderColor="FF8E46" ><set value="20" /><set value="30" /><set value="40" /><set value="50" /><set value="50" /><set value="80" /><set value="90" /></dataset><dataset seriesname="aasRow4" color="008E8E" areaBorderColor="008E8E" ><set value="0" /><set value="5" /><set value="9" /><set value="7" /><set value="8" /><set value="0" /><set value="58" /></dataset>\n\ <styles>\n\ <definition>\n\ <style name="captionFont" type="font" size="15" />\n\ </definition>\n\ <application>\n\ <apply toObject="caption" styles="captionfont" />\n\ </application>\n\ </styles>\n\ </chart>'; </script> <script type="text/javascript"> //if (GALLERY_RENDERER && GALLERY_RENDERER.search(/javascript|flash/i)==0) FusionCharts.setCurrentRenderer(GALLERY_RENDERER); var chart = new FusionCharts("view/chart/Charts/MSCombi3D.swf", "ChartId03115105", "560", "400", "0", "0"); FusionCharts.setCurrentRenderer('javascript'); chart.setXMLData( dataString ); chart.render("chartdiv34703115105"); </script> Why This Different Functionality Direct Codeing And Jquery Codeing
-
Good Day Sir, My project Concept Is Dynamic Chart generate, Show Multiply Chart on Single DB data, And Also Provide Customize wise Change Color,font,backgrond color, text,subject,sub_title But I need Without Postback use jquery or javascript To change This properties, how I change This properties Dynamicly, u r DOC is only on Code generate Time Change This properties, But I need Dynamic Change To Show Customer, Ans Me Sir, Jquery or Javascript To change Only i Needed
-
Good Day Sir, I am using Fusionchart In My Project i am Dynamic generate PHP DB to Add X axis, Y Axis And Dataset Values, i try To Code Is Column 3D, but i show only 2D view, The generate Code is 100% Correct but, The End of line \n\ tag problem, i am Copy the generate Code and i check and enter \n\ tag in each line then 3D was Working, but i need Automcatic \n\ tag on My Generate Code, Why i need To Put \n\ tag , How i know the line was end this part how i put \n\ tag , Please Solve It
-
Good Day Sir, I am using Fusioncharts PHP 3DChart_Col_1 Codeing in My project 'Code Below: <div id="chartdiv" align="center">Chart will load here</div> <script> var dataString ='<chart palette="2" caption="Country Comparison" showLabels="1" showvalues="0" decimals="0" numberPrefix="$" clustered="0" exeTime="1.5" showPlotBorder="0" zGapPlot="30" zDepth="90" divLineEffect="emboss" startAngX="10" endAngX="18" startAngY="-10" endAngY="-40">\n\ <categories><category label="Austria" /><category label="Brazil" /><category label="France" /><category label="Germany" /><category label="USA" /></categories>\n\ <dataset seriesName="1998" color="8BBA00" showValues="0">\n\ <set value="45000.65" />\n\ \n\ <set value="44835.76" />\n\ <set value="18722.18" />\n\ <set value="77557.31" />\n\ <set value="92633.68" />\n\ </dataset>\n\ <dataset seriesName="1997" color="F6BD0F" showValues="0">\n\ <set value="57401.85" />\n\ <set value="41941.19" />\n\ <set value="45263.37" />\n\ <set value="117320.16" />\n\ <set value="114845.27" />\n\ </dataset>\n\ \n\ <dataset seriesName="1996" color="AFD8F8" showValues="0">\n\ <set value="25601.34" />\n\ <set value="20148.82" />\n\ <set value="17372.76" />\n\ <set value="35407.15" />\n\ <set value="38105.68" />\n\ </dataset>\n\ <styles>\n\ <definition>\n\ <style name="captionFont" type="font" size="15" />\n\ </definition>\n\ <application>\n\ <apply toObject="caption" styles="captionfont" />\n\ </application>\n\ </styles>\n\ </chart>'; </script> <script type="text/javascript"> FusionCharts.setCurrentRenderer('javascript'); var chart = new FusionCharts("../../Charts/MSCombi3D.swf", "ChartId", "560", "400", "0", "0"); chart.setXMLData( dataString ); chart.render("chartdiv"); </script> Problem : But 3D View i can't Show it, 2D view Only i Got it The ablove Codeing, What problem please tell Me