From 9a0a8d59a14decf0ffb5d6c6d76a47ced622c8c1 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:46 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/timeline/other/performance.html | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 js/dos/ext/vis/examples/timeline/other/performance.html diff --git a/js/dos/ext/vis/examples/timeline/other/performance.html b/js/dos/ext/vis/examples/timeline/other/performance.html new file mode 100644 index 0000000..4f91435 --- /dev/null +++ b/js/dos/ext/vis/examples/timeline/other/performance.html @@ -0,0 +1,65 @@ + + + + Timeline | performance + + + + + + + + + + + +

+ Test the performance with a lot of items. The Timeline can load hundreds of thousands of items, but the performance of rendering them in the browser is limited. Rendering typically runs smooth for up to a few hundreds of items at once (you can set a zoomMax to prevent the user from zooming out too far). +

+

+ + + +

+
+ + + + \ No newline at end of file