Skip to content
View as Markdown

SankeyConfiguration

Field Type Description
top_k_paths uint64 The number of top K paths to use to render the sankey chart. Defaults to 100 if not provided.
compaction_target uint64 The size of the compaction target to use for the sankey chart. If the size of the charts exceeds this value, other nodes will be inserted to reduce the size of the chart. Defaults to 20 if not provided.

Example

JSON
{
  "compaction_target": 1,
  "top_k_paths": 1
}