From 5eb3356c6cf5f12e48479f303fc05c4795530f83 Mon Sep 17 00:00:00 2001 From: JCornelison Date: Sun, 29 Sep 2024 12:15:26 -0700 Subject: [PATCH] chaos state of arctree, for the record! --- .../eoconline/layouts/OrgChart/arc-tree.css | 5 + .../eoconline/layouts/OrgChart/arc-tree.html | 6 +- themes/eoconline/layouts/OrgChart/arc-tree.js | 158 +++++++++++++++++- themes/eoconline/layouts/OrgChart/other.json | 96 +---------- .../eoconline/layouts/OrgChart/sample2.json | 122 ++++++++++++++ .../eoconline/layouts/OrgChart/sample3.json | 48 ++++++ 6 files changed, 336 insertions(+), 99 deletions(-) create mode 100644 themes/eoconline/layouts/OrgChart/sample2.json create mode 100644 themes/eoconline/layouts/OrgChart/sample3.json diff --git a/themes/eoconline/layouts/OrgChart/arc-tree.css b/themes/eoconline/layouts/OrgChart/arc-tree.css index a840dfd..ff0f052 100644 --- a/themes/eoconline/layouts/OrgChart/arc-tree.css +++ b/themes/eoconline/layouts/OrgChart/arc-tree.css @@ -3,6 +3,11 @@ body { font-family: sans-serif; } +.arrayOrObject { + /*font-weight: bold;*/ + color: #0000ff; +} + /* Tree Options */ #TreeOptions { margin: 15px 0; diff --git a/themes/eoconline/layouts/OrgChart/arc-tree.html b/themes/eoconline/layouts/OrgChart/arc-tree.html index ffb88ab..6a725d3 100644 --- a/themes/eoconline/layouts/OrgChart/arc-tree.html +++ b/themes/eoconline/layouts/OrgChart/arc-tree.html @@ -36,13 +36,15 @@ -