devika

Members
  • Content count

    18
  • Joined

  • Last visited

About devika

  • Rank
    Junior Member
  1. Required Heat Map Powerchart Xsd.

    any reply pls............
  2. 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
  3. 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
  4. Fusion Charts intergration with JSF

    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.
  5. Fusion Charts intergration with JSF

    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
  6. Hi Srividya, It is working fine. Thanks a lot.
  7. Fusion Charts intergration with JSF

    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.
  8. Fusion Charts intergration with JSF

    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
  9. Fusion Charts intergration with JSF

    Hi , Here i am sending complete Folder structure and code. Complete Files.doc
  10. Fusion Charts intergration with JSF

    Sorry that is also not working. Here is my complete Seam application project. Error.doc
  11. Fusion Charts intergration with JSF

    Here is my TestFusion.xhtml TestFusiontxt.txt
  12. Fusion Charts intergration with JSF

    End of the Tag
  13. Fusion Charts intergration with JSF

    #{exampleChartData.xml}
  14. Fusion Charts intergration with JSF

    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.
  15. Fusion Charts intergration with JSF

    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.