Documentation
The no-code GUI builder turns a table, an aggregate, and a dimension into a chart — with a live preview as you go. No SQL required.

The GUI compiles to a parameterized, read-only SELECT: your measure becomes COUNT(*)/SUM(col)/AVG(col), dimensions become the GROUP BY (date buckets via DATE_FORMAT/YEARWEEK), and filters become a bound WHERE clause. Values are always passed through wpdb->prepare — never concatenated.
A chart is defined once and referenced by ID. Pin it to as many dashboards as you like; editing the chart updates every dashboard that shows it. Dashboards never copy charts, so there is no drift.
Install the free plugin and build your first chart in minutes. Upgrade to Pro when you outgrow the caps.