Lines:
1 to 26 of 26
<?php /** * Graphs * * This class handles building pretty report graphs * * @package EDD * @subpackage Admin/Reports * @copyright Copyright (c) 2018, Easy Digital Downloads, LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.9 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; /* class EDD_Graph */ /* function EDD_Graph::__construct() – Get things started */ /* function EDD_Graph::set() – Set an option */ /* function EDD_Graph::get() – Get an option */ /* function EDD_Graph::get_data() – Get graph data */ /* function EDD_Graph::load_scripts() – Load the graphing library script */ /* function EDD_Graph::build_graph() – Build the graph and return it as a string */ /* function EDD_Graph::display() – Output the final graph */