Gondrong

Members
  • Content count

    27
  • Joined

  • Last visited

Everything posted by Gondrong

  1. XML question

    How about if I have this case: Previously I use database to connect data to another chart lib the data is shown like this: cd [PK] | subject_name | lecture_score | subject_score | academicyear | term ----------------------------------------------------------------------------------------- 1 | Management | 80 | 70 | 2007/2008 | 1 2 | Business | 60 | 60 | 2007/2008 | 1 3 | Algorithm | 70 | 70 | 2007/2008 | 2 4 | CRM | 85 | 70 | 2007/2008 | 2 5 | ERP | 90 | 80 | 2008/2009 | 1 6 | English | 100 | 90 | 2008/2009 | 1 7 | Religion | 90 | 75 | 2008/2009 | 1 How should the xml for fusion looks like? if I want to make graphic that is based on academic year + term parameter. Subject score and lecture score is the chart and legend. Subject name is the xAxis. Hope that is enough explanation, sorry for bad english. Thanks.
  2. XML question

    I see. Will it work if I add my tags outside the chart tag?