Lines:
1 to 22 of 22
<?php /** * Graphs * * This class handles building pretty report graphs * * @package EDD * @subpackage Admin/Reports * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.4 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Pie_Graph */ /* function EDD_Pie_Graph::__construct() – Get things started */ /* function EDD_Pie_Graph::load_additional_scripts() – Load the graphing library script */ /* function EDD_Pie_Graph::build_graph() – Build the graph and return it as a string */