WP Manifestindependent plugin directory
manifest / editor / chartdoon

ChartDoon

Responsive, interactive time-series charts with Gutenberg block and shortcode.

by Barmaan Shokoohi · github.com/barmaandev/chartdoon

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/barmaandev/chartdoon/archive/refs/heads/main.zip

Readme

ChartDoon

Responsive, interactive time-series charts for WordPress with Gutenberg block and shortcode.

Shortcode example:

[wp_dynamic_chart id="123" height="360" range="24h" color="#3b82f6" linewidth="2" fillopacity="0.2" timezone="UTC" showyaxis="true" currency="USD"]

Data CSV format:

timestamp,value
2025-09-16T16:35:00+03:30,6610.12
2025-09-16T16:40:00+03:30,6609.76

Read the full README on GitHub →