creating a graph based on date range and a performance value

MayK

New Member
I want to create a graph for a specified time range say start date to end date, and for a list of tests that i use it should show say pass or fail! i want the graph structure similar to this picture:
Z8adp.png
I searched a lot of sites on what type of graph i should use to do something similar to this, but i did not find any. Any help will be appreciated. I am using Django framework to host a site that makes use of SQLite database. I figured it out that it is an availability chart, but any ideas on how i can create one for my web page based on my html table data.
 
Back
Top