{{ target: partial-focus-blur-scope }}

focus(string) = ‘none’

{{ use: partial-version( version = “5.0.0” ) }}

When the data is highlighted, whether to fade out of other data to focus the highlighted. The following configurations are supported:

  • 'none' Do not fade out other data, it's by default.
  • 'self' Only focus (not fade out) the element of the currently highlighted data.
  • 'series' Focus on all elements of the series which the currently highlighted data belongs to.

{{ if: ${isGraph || isSankey} }}

  • 'adjacency' Focus on the elements of adjacent nodes and edges in the graph. {{ /if }}

{{ if: ${isTree} }}

  • 'ancestor' Focus on all ancestor nodes.
  • 'descendant' Focus on all descendants nodes. {{ /if }}

**Example: **

emphasis: {
    focus: 'series',
    blurScope: 'coordinateSystem'
}

~600x400

blurScope(string) = ‘coordinateSystem’

{{ use: partial-version( version = “5.0.0” ) }}

The range of fade out when focus is enabled. Support the following configurations

  • 'coordinateSystem'
  • 'series'
  • 'global'