Skip to content

Commit 67ea8be

Browse files
committed
added warning for Depth field not shown in case of too many dependency relationships
1 parent 98d025d commit 67ea8be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ <h3 class="light-text">Components table</h3>
429429
<li>A <b>"root"</b> value means it is a root component, meaning it resides in the innermost circle of the chart.</li>
430430
<li>An <b>integer</b> value represents the component's depth level within the dependency chain.</li>
431431
</ul>
432-
<i>Note: since a single component may be a dependency for multiple components in different places in the dependency graph, it may be associated with multiple depths.</i>
432+
<i>Note: since a single component may be a dependency for multiple components in different places in the dependency graph, it may be associated with multiple depths. Also, please note that when there are too many dependency relationships, the 'Depth' field may be missing for some components.</i>
433433
<hr><br>
434434
<div id="table-container-inner">
435435
<table id="components-table" class="table table-striped table-bordered" style="width:100%"></table>

sunshine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
<li>A <b>"root"</b> value means it is a root component, meaning it resides in the innermost circle of the chart.</li>
377377
<li>An <b>integer</b> value represents the component's depth level within the dependency chain.</li>
378378
</ul>
379-
<i>Note: since a single component may be a dependency for multiple components in different places in the dependency graph, it may be associated with multiple depths.</i>
379+
<i>Note: since a single component may be a dependency for multiple components in different places in the dependency graph, it may be associated with multiple depths. Also, please note that when there are too many dependency relationships, the 'Depth' field may be missing for some components.</i>
380380
<hr><br>
381381
<div id="table-container-inner">
382382
<table id="components-table" class="table table-striped table-bordered" style="width:100%"><COMPONENTS_TABLE_HERE></table>

0 commit comments

Comments
 (0)