From 3dd388e14681df6753c20b19a97058bd30b9d9b7 Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Tue, 2 Jan 2024 13:31:39 -0500 Subject: [PATCH] Synced from from master branch. --- css/explore.css | 11 + docs/api-latest.md | 2 +- docs/html/brush.js.html | 2 +- docs/html/classes.list.html | 2 +- docs/html/cola_layout.js.html | 2 +- docs/html/constraint_pattern.js.html | 2 +- docs/html/core.js.html | 2 +- docs/html/d3_force_layout.js.html | 2 +- docs/html/d3v4_force_layout.js.html | 2 +- docs/html/dagre_layout.js.html | 2 +- docs/html/dc_graph.brush.html | 2 +- docs/html/dc_graph.cola_layout.html | 2 +- docs/html/dc_graph.constraint_pattern.html | 2 +- docs/html/dc_graph.d3_force_layout.html | 2 +- docs/html/dc_graph.d3v4_force_layout.html | 2 +- docs/html/dc_graph.dagre_layout.html | 2 +- docs/html/dc_graph.diagram.html | 102 +-- docs/html/dc_graph.flat_group.html | 2 +- docs/html/dc_graph.flexbox_layout.html | 2 +- docs/html/dc_graph.graphviz_attrs.html | 2 +- docs/html/dc_graph.graphviz_layout.html | 2 +- docs/html/dc_graph.html | 2 +- docs/html/dc_graph.layered_layout.html | 2 +- docs/html/dc_graph.tip.html | 2 +- docs/html/dc_graph.tree_layout.html | 2 +- docs/html/diagram.js.html | 4 +- docs/html/flat_group.js.html | 2 +- docs/html/flexbox_layout.js.html | 2 +- docs/html/graphviz_attrs.js.html | 2 +- docs/html/graphviz_layout.js.html | 2 +- docs/html/index.html | 2 +- docs/html/layered_layout.js.html | 2 +- docs/html/legend.js.html | 2 +- docs/html/mode.js.html | 2 +- docs/html/namespaces.list.html | 2 +- docs/html/quicksearch.html | 2 +- docs/html/render_svg.js.html | 60 +- docs/html/tip.js.html | 2 +- docs/html/tree_layout.js.html | 2 +- explore.html | 11 +- js/dc.graph.cola.worker.js | 6 +- js/dc.graph.cola.worker.js.map | 2 +- js/dc.graph.d3-force.worker.js | 6 +- js/dc.graph.d3-force.worker.js.map | 2 +- js/dc.graph.d3v4-force.worker.js | 6 +- js/dc.graph.d3v4-force.worker.js.map | 2 +- js/dc.graph.dagre.worker.js | 6 +- js/dc.graph.dagre.worker.js.map | 2 +- js/dc.graph.js | 786 +++++++++++---------- js/dc.graph.js.map | 2 +- js/explore.js | 205 +++++- tree3-3.gv | 41 ++ tree3-4.gv | 86 +++ tree3.gv | 16 + world-annot.dot | 74 ++ world-annot.gv | 74 ++ world.gv.png | Bin 0 -> 80768 bytes 57 files changed, 1084 insertions(+), 490 deletions(-) create mode 100644 tree3-3.gv create mode 100644 tree3-4.gv create mode 100644 tree3.gv create mode 100644 world-annot.dot create mode 100644 world-annot.gv create mode 100644 world.gv.png diff --git a/css/explore.css b/css/explore.css index 19d347ea..c39250d8 100644 --- a/css/explore.css +++ b/css/explore.css @@ -19,6 +19,17 @@ flex: 1; } +#numerics { + position: absolute; + left: 1em; + top: 1em; +} + +span.numeric-heading { + display: inline-block; + min-width: 5em; +} + .d3-tip table td { font-size: 10px; font-weight: normal; diff --git a/docs/api-latest.md b/docs/api-latest.md index b04eda87..040cecf3 100644 --- a/docs/api-latest.md +++ b/docs/api-latest.md @@ -9,7 +9,7 @@ instance whenever it is appropriate. The getter forms of functions do not parti chaining because they return values that are not the diagram. **Kind**: global namespace -**Version**: 0.9.9.1 +**Version**: 0.9.9.2 **Example** ```js // Example chaining diff --git a/docs/html/brush.js.html b/docs/html/brush.js.html index 8f2115c5..7fe3d40c 100644 --- a/docs/html/brush.js.html +++ b/docs/html/brush.js.html @@ -219,7 +219,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/classes.list.html b/docs/html/classes.list.html index 8bcd8875..5aa4a714 100644 --- a/docs/html/classes.list.html +++ b/docs/html/classes.list.html @@ -252,7 +252,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/cola_layout.js.html b/docs/html/cola_layout.js.html index 2b8bc71f..45c9b669 100644 --- a/docs/html/cola_layout.js.html +++ b/docs/html/cola_layout.js.html @@ -462,7 +462,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/constraint_pattern.js.html b/docs/html/constraint_pattern.js.html index a6e47335..b2f2f7af 100644 --- a/docs/html/constraint_pattern.js.html +++ b/docs/html/constraint_pattern.js.html @@ -319,7 +319,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/core.js.html b/docs/html/core.js.html index e44e8823..4c148390 100644 --- a/docs/html/core.js.html +++ b/docs/html/core.js.html @@ -444,7 +444,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/d3_force_layout.js.html b/docs/html/d3_force_layout.js.html index b1f344ce..7e605c1c 100644 --- a/docs/html/d3_force_layout.js.html +++ b/docs/html/d3_force_layout.js.html @@ -398,7 +398,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/d3v4_force_layout.js.html b/docs/html/d3v4_force_layout.js.html index 44464d76..e2dc92ef 100644 --- a/docs/html/d3v4_force_layout.js.html +++ b/docs/html/d3v4_force_layout.js.html @@ -331,7 +331,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dagre_layout.js.html b/docs/html/dagre_layout.js.html index 0befbc09..23cb8529 100644 --- a/docs/html/dagre_layout.js.html +++ b/docs/html/dagre_layout.js.html @@ -273,7 +273,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.brush.html b/docs/html/dc_graph.brush.html index f5ab0ee8..275fa4ba 100644 --- a/docs/html/dc_graph.brush.html +++ b/docs/html/dc_graph.brush.html @@ -814,7 +814,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.cola_layout.html b/docs/html/dc_graph.cola_layout.html index 6006ecc3..a02048f9 100644 --- a/docs/html/dc_graph.cola_layout.html +++ b/docs/html/dc_graph.cola_layout.html @@ -1115,7 +1115,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.constraint_pattern.html b/docs/html/dc_graph.constraint_pattern.html index e84a26de..77d2e3b8 100644 --- a/docs/html/dc_graph.constraint_pattern.html +++ b/docs/html/dc_graph.constraint_pattern.html @@ -382,7 +382,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.d3_force_layout.html b/docs/html/dc_graph.d3_force_layout.html index 878e4db0..e8049181 100644 --- a/docs/html/dc_graph.d3_force_layout.html +++ b/docs/html/dc_graph.d3_force_layout.html @@ -335,7 +335,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.d3v4_force_layout.html b/docs/html/dc_graph.d3v4_force_layout.html index 83787b35..af0796fa 100644 --- a/docs/html/dc_graph.d3v4_force_layout.html +++ b/docs/html/dc_graph.d3v4_force_layout.html @@ -335,7 +335,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.dagre_layout.html b/docs/html/dc_graph.dagre_layout.html index 6279a7ab..34f96626 100644 --- a/docs/html/dc_graph.dagre_layout.html +++ b/docs/html/dc_graph.dagre_layout.html @@ -337,7 +337,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.diagram.html b/docs/html/dc_graph.diagram.html index 5b675f89..fd173c2b 100644 --- a/docs/html/dc_graph.diagram.html +++ b/docs/html/dc_graph.diagram.html @@ -682,7 +682,7 @@
Parameters:
@@ -814,7 +814,7 @@

anchorName( @@ -1188,7 +1188,7 @@

Parameters:
@@ -1412,7 +1412,7 @@
Parameters:
@@ -2594,7 +2594,7 @@
Parameters:
@@ -2792,7 +2792,7 @@
Parameters:
@@ -2993,7 +2993,7 @@
Parameters:
@@ -3195,7 +3195,7 @@
Parameters:
@@ -3399,7 +3399,7 @@
Parameters:
@@ -3980,7 +3980,7 @@
Parameters:
@@ -4381,7 +4381,7 @@
Parameters:
@@ -4586,7 +4586,7 @@
Parameters:
@@ -4798,7 +4798,7 @@
Parameters:
@@ -5002,7 +5002,7 @@
Parameters:
@@ -5400,7 +5400,7 @@
Parameters:
@@ -5602,7 +5602,7 @@
Parameters:
@@ -6212,7 +6212,7 @@
Parameters:
@@ -6374,7 +6374,7 @@
Parameters:
@@ -6504,7 +6504,7 @@

getStats()
  • diagram.js, - line 2398 + line 2400
  • @@ -6687,7 +6687,7 @@

    Parameters:
    @@ -6885,7 +6885,7 @@
    Parameters:
    @@ -7290,7 +7290,7 @@
    Parameters:
    @@ -7491,7 +7491,7 @@
    Parameters:
    @@ -7692,7 +7692,7 @@
    Parameters:
    @@ -7891,7 +7891,7 @@
    Parameters:
    @@ -8076,7 +8076,7 @@
    Parameters:
    @@ -8243,7 +8243,7 @@
    Parameters:
    @@ -8440,7 +8440,7 @@
    Parameters:
    @@ -8649,7 +8649,7 @@
    Parameters:
    @@ -9843,7 +9843,7 @@
    Parameters:
    @@ -11454,7 +11454,7 @@
    Parameters:
    @@ -12875,7 +12875,7 @@
    Parameters:
    @@ -13117,7 +13117,7 @@
    Parameters:
    @@ -13296,7 +13296,7 @@
    Parameters:
    @@ -13486,7 +13486,7 @@
    Parameters:
    @@ -13586,7 +13586,7 @@

    redraw()

    @@ -13696,7 +13696,7 @@

    redrawGrou @@ -13806,7 +13806,7 @@

    relayout()
  • diagram.js, - line 1130 + line 1132
  • @@ -13917,7 +13917,7 @@

    render()

    @@ -14027,7 +14027,7 @@

    renderGrou @@ -14138,7 +14138,7 @@

    resetSvg()
  • render_svg.js, - line 757 + line 760
  • @@ -14512,7 +14512,7 @@

    Parameters:
    @@ -14707,7 +14707,7 @@
    Parameters:
    @@ -14905,7 +14905,7 @@
    Parameters:
    @@ -15108,7 +15108,7 @@
    Parameters:
    @@ -15299,7 +15299,7 @@
    Parameters:
    @@ -15499,7 +15499,7 @@
    Parameters:
    @@ -15699,7 +15699,7 @@
    Parameters:
    @@ -16096,7 +16096,7 @@
    Parameters:
    @@ -16286,7 +16286,7 @@
    Parameters:
    @@ -16407,7 +16407,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.flat_group.html b/docs/html/dc_graph.flat_group.html index de738c74..2187af9a 100644 --- a/docs/html/dc_graph.flat_group.html +++ b/docs/html/dc_graph.flat_group.html @@ -615,7 +615,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.flexbox_layout.html b/docs/html/dc_graph.flexbox_layout.html index 6f49782a..124808af 100644 --- a/docs/html/dc_graph.flexbox_layout.html +++ b/docs/html/dc_graph.flexbox_layout.html @@ -755,7 +755,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.graphviz_attrs.html b/docs/html/dc_graph.graphviz_attrs.html index 6f283505..344d12e1 100644 --- a/docs/html/dc_graph.graphviz_attrs.html +++ b/docs/html/dc_graph.graphviz_attrs.html @@ -746,7 +746,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.graphviz_layout.html b/docs/html/dc_graph.graphviz_layout.html index b21233a9..cfe46497 100644 --- a/docs/html/dc_graph.graphviz_layout.html +++ b/docs/html/dc_graph.graphviz_layout.html @@ -337,7 +337,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.html b/docs/html/dc_graph.html index 30845d83..c6d404cd 100644 --- a/docs/html/dc_graph.html +++ b/docs/html/dc_graph.html @@ -375,7 +375,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.layered_layout.html b/docs/html/dc_graph.layered_layout.html index 39da5441..b3264b5a 100644 --- a/docs/html/dc_graph.layered_layout.html +++ b/docs/html/dc_graph.layered_layout.html @@ -336,7 +336,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.tip.html b/docs/html/dc_graph.tip.html index 9ec3f483..f36d45a0 100644 --- a/docs/html/dc_graph.tip.html +++ b/docs/html/dc_graph.tip.html @@ -507,7 +507,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/dc_graph.tree_layout.html b/docs/html/dc_graph.tree_layout.html index e3718181..652ae8b8 100644 --- a/docs/html/dc_graph.tree_layout.html +++ b/docs/html/dc_graph.tree_layout.html @@ -336,7 +336,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/diagram.js.html b/docs/html/diagram.js.html index 91c68290..40c8b504 100644 --- a/docs/html/diagram.js.html +++ b/docs/html/diagram.js.html @@ -774,6 +774,8 @@

    Source: diagram.js

    _diagram.shape('rounded-rect', dc_graph.rounded_rectangle_shape()); _diagram.shape('elaborated-rect', dc_graph.elaborated_rectangle_shape()); + _diagram.nodeOutlineClip = property(null); + _diagram.nodeContent = property('text'); _diagram.content = named_children(); _diagram.content('text', dc_graph.text_contents()); @@ -2778,7 +2780,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/flat_group.js.html b/docs/html/flat_group.js.html index e1e2b396..39fb39e8 100644 --- a/docs/html/flat_group.js.html +++ b/docs/html/flat_group.js.html @@ -209,7 +209,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/flexbox_layout.js.html b/docs/html/flexbox_layout.js.html index 6c7f0d20..13891c1d 100644 --- a/docs/html/flexbox_layout.js.html +++ b/docs/html/flexbox_layout.js.html @@ -467,7 +467,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/graphviz_attrs.js.html b/docs/html/graphviz_attrs.js.html index 67e89a71..aa6fe457 100644 --- a/docs/html/graphviz_attrs.js.html +++ b/docs/html/graphviz_attrs.js.html @@ -290,7 +290,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/graphviz_layout.js.html b/docs/html/graphviz_layout.js.html index 5dd670f0..004e0672 100644 --- a/docs/html/graphviz_layout.js.html +++ b/docs/html/graphviz_layout.js.html @@ -326,7 +326,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/index.html b/docs/html/index.html index 6ad43913..b42c9785 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -144,7 +144,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/layered_layout.js.html b/docs/html/layered_layout.js.html index b6ab894f..72c3aec8 100644 --- a/docs/html/layered_layout.js.html +++ b/docs/html/layered_layout.js.html @@ -333,7 +333,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/legend.js.html b/docs/html/legend.js.html index 76df66d2..d08757ee 100644 --- a/docs/html/legend.js.html +++ b/docs/html/legend.js.html @@ -502,7 +502,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/mode.js.html b/docs/html/mode.js.html index 910a6976..77aba4a2 100644 --- a/docs/html/mode.js.html +++ b/docs/html/mode.js.html @@ -183,7 +183,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/namespaces.list.html b/docs/html/namespaces.list.html index cf411d23..0b63d217 100644 --- a/docs/html/namespaces.list.html +++ b/docs/html/namespaces.list.html @@ -252,7 +252,7 @@ Documentation generated by JSDoc 3.6.3 - on Tue Apr 4th 2023 + on Tue Jan 2nd 2024 using the DocStrap template. diff --git a/docs/html/quicksearch.html b/docs/html/quicksearch.html index 11566a85..9a05f821 100644 --- a/docs/html/quicksearch.html +++ b/docs/html/quicksearch.html @@ -7,7 +7,7 @@