silviu.ciocianu

Members
  • Content count

    1
  • Joined

  • Last visited

About silviu.ciocianu

  • Rank
    Forum Newbie
  1. Dynamic Selection of Period

    Hello everyone! I've searched lots of posts and also the showcases but didn't find the solution to my problem yet. First of all, I'll state that I have basic know-how about JS. 2nd is what I want to do: For a simple line chart i want to have the possibility to dynamically select the period for the charting. Like having a drop down menu under the graph with values like "Hourly","Daily","Weekly" and so on... and after this selection, in a list should appear all the values from the database corresponding to the type of period which was selected earlier. Next step would be selecting each hour / date / week and after that, charting. I've seen a part of the FC documentation where there are some statements using AJAX and I found a sort of a drop down. Now my first problem is I can't manage to build it from a tutorial ... :| ... which is located here: http://www.devshed.com/c/a/MySQL/Loading-JavaScript-Arrays-with-MySQL-Data/ And the second one is if any of you has easier suggestions regarding this. Looking forward to read your answers!