Skip to content

InfographicBlockNode component ​

Math & Diagramspeer: @antv/infographicopt-in: requires extra setup (plugin, loader, or renderer option)

Fenced ```infographic blocks render AntV Infographic charts once `setInfographicLoader` is configured.

Markdown input
```infographic
infographic list-row-simple-horizontal-arrow
data
  items
    - label Step 1
      desc Start
    - label Step 2
      desc Done
```
Live rendered output
Infographic
infographic list-row-simple-horizontal-arrow
data
  items
    - label Step 1
      desc Start
    - label Step 2
      desc Done

Deep dive

This component has a dedicated guide: /guide/infographic

Customize & override

Override built-in components — replace this node renderer safely with scoped overrides. Renderer & node components reference — see all exported components and their props.

Optional peers

Rendering this component requires its peer dependencies. See Installation & optional peers.

Related components