Title: Pyzia Charts
Author: pyzia
Published: <strong>July 13, 2026</strong>
Last modified: July 13, 2026

---

Search plugins

![](https://ps.w.org/pyzia-charts/assets/banner-772x250.png?rev=3605806)

![](https://ps.w.org/pyzia-charts/assets/icon-256x256.png?rev=3605806)

# Pyzia Charts

 By [pyzia](https://profiles.wordpress.org/pyzia/)

[Download](https://downloads.wordpress.org/plugin/pyzia-charts.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/pyzia-charts/#description)
 * [Reviews](https://wordpress.org/plugins/pyzia-charts/#reviews)
 *  [Installation](https://wordpress.org/plugins/pyzia-charts/#installation)
 * [Development](https://wordpress.org/plugins/pyzia-charts/#developers)

 [Support](https://wordpress.org/support/plugin/pyzia-charts/)

## Description

[Pyzia](https://www.pyzia.app/) lets you build interactive charts from decades of
economic and company data — compare countries, regions, and companies across hundreds
of indicators. This is the official plugin, developed by the Pyzia team. Use of 
the Pyzia service is covered by its [Terms of Use](https://www.pyzia.app/terms).
Full documentation, a live demo, and support information live on the [plugin page](https://www.pyzia.app/wordpress-plugin).

This plugin makes embedding those charts in WordPress effortless: paste a `pyzia.
app/dashboard` link on its own line (or into an Embed block) and the interactive
chart appears in your post. Readers can hover for exact values, pin tooltips, and
jump to the full interactive version on Pyzia.

**Why a plugin?** WordPress can discover Pyzia embeds on its own, but only for authors
with the `unfiltered_html` capability, and it applies a restrictive sandbox to what
it finds. This plugin registers Pyzia as a trusted oEmbed provider, so embeds work
for every author role, on multisite, and render at full fidelity — exactly like 
WordPress’s built-in providers.

**What it does:**

 * Registers `pyzia.app/dashboard` and `pyzia.app/embed/chart` links with the WordPress
   embed system (oEmbed).
 * Adds a “Pyzia” block to the inserter, as a variation of the core Embed block.
 * Makes embedded charts responsive — they scale down to fit narrow content columns
   and phones.
 * Repairs old posts on activation: embed attempts that failed before the plugin
   was installed are cleared from the cache and re-fetched.
 * Adds a check to Tools  Site Health that tells you if your server cannot reach
   pyzia.app (firewalls, `WP_HTTP_BLOCK_EXTERNAL`), instead of embeds failing silently.

**What it does not do:**

 * No settings, no accounts, no API keys.
 * No data is sent to Pyzia by this plugin. Charts load their data from pyzia.app
   in your readers’ browsers, like any embedded content (see Privacy below).

### Building the chart you want to embed

Everything you configure on [pyzia.app/dashboard](https://www.pyzia.app/dashboard)
is part of the link — so the chart embeds exactly as you built it:

 * **Indicators and entities** — the data series you selected, in your order and
   colors.
 * **Chart type** — line, area, or bar.
 * **Date range and frequency** — the years/quarters/months you narrowed down to.
 * **Units** — if you switched, say, US$ to €, readers see €.
 * **Data source** — if you picked a specific source for an indicator, the embed
   uses it.

When the chart looks right in your browser, copy the page URL from the address bar
and paste it into your post. To change an embedded chart later, adjust it on Pyzia,
copy the new URL, and replace the link in the post — the URL _is_ the chart configuration.

### Privacy

Embedded charts are served from pyzia.app inside an iframe. When a reader views 
a post containing a chart, their browser requests the chart page and its data from
pyzia.app — as with any embedded third-party content. See the [Pyzia privacy policy](https://www.pyzia.app/privacy).

Your server contacts pyzia.app in two situations: when WordPress fetches embed information
for a Pyzia link you pasted into a post (the standard oEmbed mechanism), and when
the Site Health connectivity test runs (on the Site Health screen and WordPress’s
periodic background health check). These requests carry no personal data and no 
content from your site.

## Screenshots

[⌊A live embedded chart in a post — interactive, with hover values and current data
on every visit.⌉⌊A live embedded chart in a post — interactive, with hover values
and current data on every visit.⌉[

A live embedded chart in a post — interactive, with hover values and current data
on every visit.

## Installation

 1. Install and activate the plugin.
 2. In a post, paste a Pyzia chart link (e.g. `https://www.pyzia.app/dashboard?ind=
    MAC_ECON_GDP_PCAP&entities=united-states,china`) on an empty line — or add the “
    Pyzia” block and paste the link there.
 3. The interactive chart appears. That’s it.

## FAQ

### Which links can be embedded?

Standard chart links from the Pyzia dashboard — URLs beginning with `pyzia.app/dashboard`
that show one or more indicators for one or more countries, regions, or companies.
Map and treemap views aren’t embeddable yet.

### How do I control the size of the chart?

The chart automatically fills the width of your content column (up to 800px) and
keeps its proportions on phones. In the block editor you can also use the block 
toolbar’s alignment options — wide or full width — on themes that support them, 
and the chart scales along.

### Do embedded charts update when new data comes in?

Yes — the chart is live, not a screenshot. It fetches current data from pyzia.app
every time a reader views it, so when a new quarter or year is published, your post
shows it automatically. Only the date _range_ is fixed by your link: a chart built
as “2000–2024” stays 2000–2024. Omit the end date when building the chart if you
want it to grow with new data.

### Does it work with the classic editor or page builders?

Yes. Any editor that uses the WordPress embed system works: in the classic editor,
paste the link on its own line; most page builders (Elementor, Divi, Beaver Builder,…)
have an embed/oEmbed element that accepts the link.

### The embed shows an old/broken preview.

WordPress caches embed results per post. Activating this plugin clears cached _failures_
automatically. For a post that shows an outdated (but working) chart preview, edit
the post and re-paste the link, or clear the embed cache (`wp embed cache clear 
<post-id>` with WP-CLI).

### Embeds fail with “could not be embedded”.

Check Tools  Site Health: this plugin adds a test that verifies your server can 
reach pyzia.app and names the blocker (for example a firewall or `WP_HTTP_BLOCK_EXTERNAL`)
if it cannot. Also make sure the link is a standard chart — map and treemap views
are not embeddable yet.

### Does the embed track my readers?

The chart iframe loads data from pyzia.app the same way an embedded video loads 
from its provider. This plugin itself collects nothing and phones home to no one.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Pyzia Charts” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ pyzia ](https://profiles.wordpress.org/pyzia/)

[Translate “Pyzia Charts” into your language.](https://translate.wordpress.org/projects/wp-plugins/pyzia-charts)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pyzia-charts/), check
out the [SVN repository](https://plugins.svn.wordpress.org/pyzia-charts/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/pyzia-charts/) by
[RSS](https://plugins.trac.wordpress.org/log/pyzia-charts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release: oEmbed provider registration and a Pyzia embed block variation.
 * Responsive embeds that scale to the content column.
 * Stale failed-embed caches are cleared on activation.
 * Site Health connectivity check for pyzia.app.

## Meta

 *  Version **1.0.0**
 *  Last updated **7 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **7.0.1**
 *  PHP version ** 7.2 or higher **
 * Tags
 * [charts](https://wordpress.org/plugins/tags/charts/)[data visualization](https://wordpress.org/plugins/tags/data-visualization/)
   [embed](https://wordpress.org/plugins/tags/embed/)[oembed](https://wordpress.org/plugins/tags/oembed/)
 *  [Advanced View](https://wordpress.org/plugins/pyzia-charts/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pyzia-charts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pyzia-charts/reviews/)

## Contributors

 *   [ pyzia ](https://profiles.wordpress.org/pyzia/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pyzia-charts/)