yanxianggt
Members-
Content count
10 -
Joined
-
Last visited
Everything posted by yanxianggt
-
Registered Mssplinearea Html5 Not Working
yanxianggt replied to jurjen74's topic in Using PowerCharts XT
Dear sir, i can not understand very well, could you desicrble more? -
Hi,teachersa project use Funsionchart with EXTJS ,but now get a problem it can display and load data smoothly in IE, but can not in Safari anticly, not in every safari it can not work, but can work well in only one PC(window7) with Safari some code as follows:FusionCharts.setCurrentRenderer(GALLERY_RENDERER); var DailyReportByWSchart = new FusionCharts("/RPT/FCF/Charts/MSColumn3D.swf", "DailyReportByWSchartChartId", "360", "260", "0", "0"); var s=document.getElementById("DailyReportByWSchartChartId"); if(s){ DailyReportByWSchart.setXMLData( DailyReportByWSString +DailyReportByWSTitle+DailyReportByWSvalues+DailyReportByWSEnd); }else{ DailyReportByWSchart.setXMLData( DailyReportByWSString +DailyReportByWSTitle+DailyReportByWSvalues+DailyReportByWSEnd); DailyReportByWSchart.render("DailyReportByWS01"); } First in IE.bmp First in safari.bmp Second in safari.bmp
-
Is It Possible To Change The Data Of An Html5 Chart?
yanxianggt replied to MartinN's topic in General usage
So many problems in Ipad -
Is that means fusioncharts is not suppoerted very well in Ipad now?
-
Ipad can not play 'flash' , do i need to use 'Javascript' ?what the difference between 'flash' and 'Javascript' in coding?
-
Sir,first thank your help , after I install adobe flash player , I can open with safari in WIN7, ipad I need try again, XML data I will upload next week.
-
Debug info tell me, " first in safari" can load *.SWF file, but "second in safari" can not, who can tell me why ?thank you, international friends
-
GALLERY_RENDERER = 'JavaScript' ;The version of fusioncharts is V3.2.2Thank you
-
some code as follows:FusionCharts.setCurrentRenderer(GALLERY_RENDERER); var DailyReportByWSchart = new FusionCharts("/RPT/FCF/Charts/MSColumn3D.swf", "DailyReportByWSchartChartId", "360", "260", "0", "0"); var s=document.getElementById("DailyReportByWSchartChartId"); if(s){ DailyReportByWSchart.setXMLData( DailyReportByWSString +DailyReportByWSTitle+DailyReportByWSvalues+DailyReportByWSEnd); }else{ DailyReportByWSchart.setXMLData( DailyReportByWSString +DailyReportByWSTitle+DailyReportByWSvalues+DailyReportByWSEnd); DailyReportByWSchart.render("DailyReportByWS01"); }
-
I am very sorry for the format,Hi,teachers,a project use Funsionchart with EXTJS ,but now get a problem it can display and load data smoothly in IE, but can not in Safari anticly, not in every safari it can not work, but can work well in only one PC(window7) with Safari .