Pyzia Charts

वर्णन

Pyzia 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. Full documentation, a live demo, and support information live on the plugin page.

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 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.

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.

स्क्रीनशॉट

स्थापना

  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.

नेहमी विचारले जाणारे प्रश्न

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.

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Pyzia Charts” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Pyzia Charts” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

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.