Skip to content

Instantly share code, notes, and snippets.

@ConsoleTVs
Last active February 25, 2018 00:33
Show Gist options
  • Save ConsoleTVs/3a6cafdc3a94c01b482a57c5f43b51b4 to your computer and use it in GitHub Desktop.
Save ConsoleTVs/3a6cafdc3a94c01b482a57c5f43b51b4 to your computer and use it in GitHub Desktop.
Example of the generated chart
<?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