From 70f9065478706c1a6e5339fdeb9cb91fa532d2d1 Mon Sep 17 00:00:00 2001 From: Florian Roscheck Date: Tue, 7 Jun 2016 08:07:37 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 314ab3d..9cf42c4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.