We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb50e1 commit d44a03eCopy full SHA for d44a03e
web/src/model/topology.ts
@@ -71,7 +71,7 @@ export const DefaultOptions: TopologyOptions = {
71
medScale: 0.5,
72
metricFunction: defaultMetricFunction,
73
metricType: defaultMetricType,
74
- showEmpty: true
+ showEmpty: false
75
};
76
77
export type GraphElementPeer = GraphElement<ElementModel, NodeData>;
0 commit comments