From 6e716c1a62975a5cb33f77834269b96601fd9fbc Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 22 Apr 2014 14:48:15 +0200 Subject: [PATCH] Added another example 10_limit_move_and_zoom.html --- HISTORY.md | 2 + examples/timeline/10_limit_move_and_zoom.html | 51 +++++++++++++++++++ examples/timeline/index.html | 2 + 3 files changed, 55 insertions(+) create mode 100644 examples/timeline/10_limit_move_and_zoom.html diff --git a/HISTORY.md b/HISTORY.md index ab42edaf..5bc3f276 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,9 +9,11 @@ http://visjs.org - Large refactoring of the Timeline code: - Simplifications in the code. - Performance improvements. + - Improved layout of box-items inside groups. - Fixed option `autoResize` forcing a repaint of the Timeline with every check rather than when the Timeline is actually resized. - Minor bug fixes. +- More examples added. ## 2014-04-18, version 0.7.4 diff --git a/examples/timeline/10_limit_move_and_zoom.html b/examples/timeline/10_limit_move_and_zoom.html new file mode 100644 index 00000000..a2b8504e --- /dev/null +++ b/examples/timeline/10_limit_move_and_zoom.html @@ -0,0 +1,51 @@ + + + + Timeline | Limit move and zoom + + + + + + + +

+ The visible range is limited in this demo: +

+ +
+ + + + \ No newline at end of file diff --git a/examples/timeline/index.html b/examples/timeline/index.html index e9db6b2e..5d8f7bd9 100644 --- a/examples/timeline/index.html +++ b/examples/timeline/index.html @@ -21,6 +21,8 @@

07_custom_time_bar.html

08_edit_items.html

09_order_groups.html

+

10_limit_range_and_zoom.html

+

requirejs_example.html