Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flrs committed Jun 7, 2016
1 parent b1233f9 commit 70f9065
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Visavail.js - A Time Data Availability Visualization Chart
Visavail.js - A Time Data Availability Visualization
=============================
This library visualizes the availability of time-dependent data with a chart on a website.

Expand All @@ -14,6 +14,10 @@ An example use case is the visualization of a dataset that contains time-depende

The Visavail.js library takes single data points with dates and information about data availability as inputs, combines them into time blocks, and visualizes these blocks.

Demo
----
A demo of Visavail.js in action is displayed at [http://bit.ly/1tevllL](http://bit.ly/1tevllL). The source code of the demo is shown in [example.htm](example.htm).

Usage
-----
Input data format, display style and implementation have to be considered for using the Visavail.js library successfully. An example is provided in the file [example.htm](example.htm). Code of this file is explained below.
Expand Down

0 comments on commit 70f9065

Please sign in to comment.