Zanata

Members
  • Content count

    7
  • Joined

  • Last visited

Everything posted by Zanata

  1. DRILL DOWN HOW TO...

    Hello everyone, Im trying to make a DRILLDOWN WITHOUT IIS, using only Javascript and HTML And off course the FUSIONCHARTS V3. But i dont have any idea how to make it. i`ve searched id Fusioncharts documentation, but did not find any example about that. First: Is it Possible? Someone could show me a simple example about how to make it, sending Javascript, Html and XMl instruction? WITING THE ANSWEAR TO MUCH FAST! HUG's
  2. DRILL DOWN HOW TO...

    Hey everyone im trying to use that in IE 7 but its not working. Whatever in IE it does.... WHAT IS HAPPENING?
  3. DRILL DOWN HOW TO...

    THANK YOU A LOT!!!THA PROBLEM WAS MY PERMISSION!!! :D:D:D:D
  4. DRILL DOWN HOW TO...

    But my code should work?
  5. DRILL DOWN HOW TO...

    i saw in another samples of fusioncharts that everything thats based on dataXML or DataURL change is no working in my PC. Im not using the IIS, that's bacause of that? ATt
  6. DRILL DOWN HOW TO...

    THIS IS MY CODE <html> <head> <script language="JavaScript" src="../FusionCharts/FusionCharts.js"></script> <script LANGUAGE="JavaScript"> function updateMTDChart() { window.alert("OPA"); var chartObj = getChartFromId("MTDChart"); chartObj.setDataURL("JSExample.xml"); } </script> </head> <body bgcolor="#ffffff"> <BR> <div id="Div_YTDChart" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div> <param name="allowScriptAccess" value="always" /> <script type="text/javascript"> var Chart_YTDChart = new FusionCharts("../FusionCharts/Column3D.swf?registerWithJS=1","YTDChart","900","300","0","1"); Chart_YTDChart.setDataURL("JSExample.xml"); Chart_YTDChart.render("Div_YTDChart"); </script> <BR> <div id="Div_MTDChart" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div> <script type="text/javascript"> var Chart_MTDChart = new FusionCharts("../FusionCharts/Column3D.swf?registerWithJS=1","MTDChart","900","300","0","1"); Chart_MTDChart.setDataURL("Data.xml"); Chart_MTDChart.render("Div_MTDChart"); </script> <input Type="Button" Name="Teste" align="center" onclick="JavasCript:updateMTDChart();"> </body> </html> When i click on the button the chart is not updatting... it enter in the function but does'nt change data. What can i do?
  7. DRILL DOWN HOW TO...

    Good Night, I've tried to see in these link's but with no success! Im traying to make like this: http://www.fusioncharts.com/Demos/Blueprint/ But i can not use ASP. JUST JAVASCRIPT AND HTML. Someone could give me an example? Send a file, or something like this? I NEDD TO MUCH YOUR HELP!