castopod/app/Views/Components/Charts/XY.php

11 lines
151 B
PHP

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