From c41f14b9e62528d5ad44d4b359b05f0f25a24122 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:52:55 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../vis/examples/graph2d/13_localization.html | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/13_localization.html diff --git a/js/dos/ext/vis/examples/graph2d/13_localization.html b/js/dos/ext/vis/examples/graph2d/13_localization.html new file mode 100644 index 0000000..5410b05 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/13_localization.html @@ -0,0 +1,65 @@ + + + + + + + Graph2d | Localization + + + + + + + + +

Graph2d | Localization

+

+ To localize Graph2d, one has to load a version of moment.js including locales. To set a locale, specify option {locale: STRING}. +

+ +

+ + +

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