Deprecated Features

The following section lists the deprecated features in the Graph Visualization library:

  • Deprecated settings features:
    • The following settings properties are deprecated:
      • smartGroups is deprecated. Instead, use ruleBasedGroups.
      • smartExpands is deprecated. Instead, use ruleBasedExpands.
      • selectedSmartGroup is deprecated. Instead, use selectedRuleBasedGroup.
      • selectedSmartExpand is deprecated. Instead, use selectedRuleBasedExpand.
    • The SmartGroup and SmartExpand interfaces are deprecated. Instead, use RuleBasedGroup and RuleBasedExpand respectively.
    • The SmartExplorer and SmartExplorerType interfaces are deprecated. Instead, use RuleBasedExplorer and RuleBasedExplorerType respectively.
    • The searchValueChanged callback is deprecated. Instead, use the conditional search feature in the user interface.
    • The label property within Style is deprecated. Instead, use caption property.