For the complete documentation index, see llms.txt. This page is also available as Markdown.

Embed Charts via IFrames

Embed Grid Status charts in your applications with iframes.

Iframe embeds are a low-code way to add Grid Status data and visuals to your applications.

Example dashboard with Grid Status iframe embeds
Build your own app or dashboard using charts from Grid Status.

How it works

To embed a chart, start with a publicly available Grid Status chart URL and convert it to an embed URL:

  1. Change /charts/... to /embed/charts/....

  2. Add embed_key=<your_embed_key> to the query string.

  3. Use the resulting URL as the src for an iframe.

Use the embed key provided for your account. Each customer should use their own embed key.

Prebuilt chart examples

Fuel Mix

Original chart URL:

Embed URL:

PJM ACE

Original chart URL:

Embed URL:

Storage

Original chart URL:

Embed URL:

LMP

Original chart URL:

Embed URL:

Custom chart example

Custom charts use the same pattern. Change /charts/new to /embed/charts/new and add your embed key to the query string.

Original chart URL:

Embed URL:

Iframe example

This is one common iframe configuration. Adjust the iframe attributes, height, loading behavior, and surrounding layout to fit your application.

Limitations

Embedded charts have the same permissions as anonymous Grid Status users.

Last updated

Was this helpful?