# sql-chart-builder/3.0.5/guaven_sqlcharts.php

SQL Chart Builder, version 3.0.5. 23 lines.

- Page: https://pluginprobe.com/plugins/sql-chart-builder/3.0.5/code/guaven_sqlcharts.php
- Raw: https://pluginprobe.com/plugins/sql-chart-builder/3.0.5/raw/guaven_sqlcharts.php
- Modified: 2026-09-15T06:07:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sql-chart-builder/3.0.5/code/guaven_sqlcharts.php#L10-L20`.

```php
<?php
/**
 * Plugin Name:       SQL Chart Builder
 * Plugin URI:        http://guaven.com/updatepusher
 * Description:       Turn Your SQL Queries into Beautiful Dynamic Charts - Pie, Doughnut, Line, Area, Stepped, Bar, Stacked, Radar, Polar and Scatter charts with a visual SQL builder, autocomplete and date/input filters.
 * Version:           3.0.5
 * Author:            Guaven Labs
 * Author URI:        http://guaven.com/
 * Text Domain:       guaven_sqlcharts
 * License: GPLv2 or later
 * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

define('GVNSQLCHARTS_VERSION','3.0.5');


require_once(dirname(__FILE__)."/functions.php");

```
