Highcharts Orbit adds an analysis toolbar to any Highcharts chart, grid or dashboard: summary stats, forecasts, anomaly detection, an AI assistant. These demos cover its options, tools and modes one at a time.

1 · Add the script

Highcharts Orbit ships as a keyed module. Load Highcharts and the modules a few tools need, then Orbit.

An installation API token is required. Orbit is served from /module/<YOUR-API-TOKEN>/orbit.js — the token identifies your installation, authenticates every API call, and determines which tools and plugins are enabled. It only ever goes in this URL; there's no configure() call to make. Get a key
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/annotations.js"></script>

<!-- Orbit — replace <YOUR-API-TOKEN> with your installation token -->
<script src="/module/<YOUR-API-TOKEN>/orbit.js"></script>
These demos use the public highcharts installation token — it won't work on other installations.

2 · Opt a chart in

One line. The chart below uses exactly this, with every tool the installation offers on its toolbar.

Try it: open Forecast, Summary or Insights from the toolbar, or use the View picker to see the data as a distribution or KPI tiles.

Browse the demos