Fishbone diagram

A professional chart that displays root causes of problems through a tree structure

Use Cases

  • Production quality issue analysis
  • Business process bottleneck diagnosis
  • Project risk identification and management

Visual Examples

Product Profit Below Target (default theme)

Low Production Efficiency (academy theme)

Slow Website Response, Custom Palette

Options

Configuration Options

PropertyTypeRequiredDescription
typestringrequiredValue must be "fishbone-diagram".
dataObjectrequiredRoot node (core problem) of the fishbone diagram.
data.namestringrequiredRoot node name, i.e., the core problem description.
data.childrenObject[]requiredCause category list (fishbone main branches).
data.children.namestringrequiredCategory name, i.e., the major cause category.
data.children.childrenObject[]optionalSpecific cause list (fishbone sub-branches).
data.children.children.namestringrequiredSpecific cause name.
theme'default' | 'dark' | 'academy'optionalChart theme, default is "default".
titlestringoptionalChart title.
style.palettestring[]optionalMust be an array of valid color values.
style.backgroundColorstringoptionalMust be a valid color value.
style.texture'rough' | 'default'optionalNode rendering style, default is "default".