Jemry Tang

Members
  • Content count

    21
  • Joined

  • Last visited

About Jemry Tang

  • Rank
    Junior Member
  1. Thanks ,can your add this request in yours wish list
  2. Hi angie : Did PowerChart MssplineArea.swf support Zoom in and Zoom out function ,and If I want auto refresh Chart data,need not replot .Can you give me an answer. thx
  3. About Plot Refresh Problem

    Hi guys: If my page used Ajax automatically refresh, how to keep figure each only brush data and not also redrawing plot. I means just need update data,chart Don't need shaking thanks
  4. I mean that only buy one Chartstype . examples: Charts/VLED.swf
  5. hi : if we only use one function in FusionchartWidgets , how much did we pay. wait for you answer
  6. FusionCharts Struts2 Example

    Hi ! when you create xml file, How Validate this xml is right. have you write a XSD file to validate?
  7. Hi: i faced new questions; Chart can automatically ADAPTS to different display resolution!
  8. hello: Are you sure! The example you gived,you said this data can save in session! that mean i can get the data from session then send it to database
  9. thank you patience! Because my English level. You may say, I want to know the obscure how I was realized in the JSP page in the asp as you like. You give examples when I changed after the node location by a submit button does data changed, but I don't know how the data transfer between the, so I want to consult you! Could you say? Really sorry!
  10. Hi: Thank your answer: But you give the asp example, just when I click submit button when the return value is the XML, I want to know is how these data transmission.
  11. We are testing the software can also achieve the JSP, as you said in the asp example? So now, want to know how to realize in the JSP . When I drive a node, it I can read, and save position to database, when my next refresh, node location is in the new position. Your company can give me a JSP examples.Then I can do a survey will buy your product feasibility. waiting for you apply! [smile]
  12. Hi: We are testing the software can also achieve the JSP, as you said in the asp example? So now, want to know how to realize in the JSP . When I drive a node, it I can read, and save position to database, when my next refresh, node location is in the new position. Your company can give me a JSP examples.Then I can do a survey will buy your product feasibility. waiting for you apply!
  13. hi! follow is the code: //Get a reference to our chart var ourChart = getChartFromId("NodeChart"); //Get the data from chart var xmlRtn = ourChart.getXMLData(); //Show it to user in alert box. alert(xmlRtn); i want to know the method getXMLData() where defined!
  14. thank you very much ! the demo you gived just ASP! how can i do in jsp! can you give me resource code?