11 lines
168 B
PHP
Raw Permalink Normal View History

<?php
declare(strict_types=1);
namespace App\Views\Components\Charts;
class XYDuration extends ChartsComponent
{
protected string $type = 'xy-duration-chart';
}