Skip to content

Interactive API Explorer

For some teams, learning from a running chart is faster than reading reference pages first. This page embeds the same Barchart chart runtime used in the existing documentation flow and traces the actions sent to the chart.

Below the chart you will find:

  1. The list of actions or API calls the chart has received.
  2. The JSON payload for the currently selected action or batch of actions.

When multiple actions are sent at once, the payload is rendered as an array. Copy these objects directly into chart.change(...actions) in your own code.