Last active
February 25, 2018 00:33
-
-
Save ConsoleTVs/3a6cafdc3a94c01b482a57c5f43b51b4 to your computer and use it in GitHub Desktop.
Example of the generated chart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Charts; | |
use ConsoleTVs\Charts\Classes\Chartjs\Chart; | |
class ExpoChart extends Chart | |
{ | |
/** | |
* Initializes the chart. | |
*/ | |
public function __construct() | |
{ | |
parent::__construct(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment