From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../examples/timeline/items/rangeOverflowItem.html | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 www/lib/vis/examples/timeline/items/rangeOverflowItem.html (limited to 'www/lib/vis/examples/timeline/items/rangeOverflowItem.html') diff --git a/www/lib/vis/examples/timeline/items/rangeOverflowItem.html b/www/lib/vis/examples/timeline/items/rangeOverflowItem.html deleted file mode 100644 index fbea2f37..00000000 --- a/www/lib/vis/examples/timeline/items/rangeOverflowItem.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - Timeline | Range overflow - - - - - - - - - -

- In case of ranges being spread over a wide range of time, it can be interesting to have the text contents of the ranges overflow the box. This can be achieved by changing the overflow property of the contents to visible with css: -

-
-.vis-item .vis-item-overflow {
-  overflow: visible;
-}
-
- -
- - - - \ No newline at end of file -- cgit v1.2.3