devika
Members-
Content count
18 -
Joined
-
Last visited
About devika
-
Rank
Junior Member
-
any reply pls............
-
devika started following Required Heat Map Powerchart Xsd.
-
hi, as i am using this charts my project. and to get the chart data dynamically its XSD Required. can anyone post the xsd of this chart. Thanks in advance Devika.N
-
hi, i want heat map chart in my project, since chart data is a java code. i need to get the xsd for the same. can anybody provide the xsd for the Heat Map Power Chart. Thanks in advance Devika.N
-
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
hi, i have worked drill down option in Seam framework. First link certain javascript method for the fusion-chart xml files. and in use seam components to call the java methods. function getChartXML(){ Seam.Component.getInstance("stationData").javascriptmethod(); } it will perfectly works fine. -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
hi everybody, i am trying to work with drill down charts in seam framework. here is the steps that i have followed: Data.xml MyFile.xhtml /p> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> xmlns:s="http://jboss.com/products/seam/taglib" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:fs="myUri" template="layout/template.xhtml"> function getChartXML(){ window.alert("Welcome to Jan") var chart = getChartFromId("MyChart"); window.alert(chart.getXML()); } I am not getting click event on columns of the chart anybody can help me.... Regards Devika.N -
Short Tutorial on FC JSF Tag Library with Facelets and XHTML
devika replied to srividya_sharma's topic in FusionCharts and JSP
Hi Srividya, It is working fine. Thanks a lot. -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
hi Srividya, it is not possible write xhtml page without ui:composition in seam. and same program works absolutely fine in JSF i.e without seam configuration. -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
Hi Srividya, no exceptions in console/log file. Just i can only text part of it thats all. This is how it looks in web browser html page. TestFusion.txt -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
Hi , Here i am sending complete Folder structure and code. Complete Files.doc -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
Sorry that is also not working. Here is my complete Seam application project. Error.doc -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
Here is my TestFusion.xhtml TestFusiontxt.txt -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
End of the Tag -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
#{exampleChartData.xml} -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
Hi, i want integrate Fusion chart in Seam framework. 1.i have created the 5 java classes ChartHTMLTag.java ChartTag.java UIChart.java UIHTMLChart.java ExampleChartData.java 2. i did configuration in faces-config.xml and also i have created mytag.xml also. 3. and finally the testfusion.xhtml file /p> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> xmlns:s="http://jboss.com/products/seam/taglib" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:fs="http://www.fusioncharts.com" template="layout/template.xhtml"> Welcome to Custom tags in #{exampleChartData.xml} End of the Tag #{exampleChartData.xml} Everything is fine. but output is not in Graph format insted the output just text. -
Fusion Charts intergration with JSF
devika replied to srividya_sharma's topic in FusionCharts and JSP
Hi SriVidya, First Thank you very much for your response. i am using JSF1.2 and Java file from u r source code folder. i am following steps but output is just text not as fusionchart what i supposed to do. i doing the same task from last 2 days.