[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
14
vendor/filament/widgets/src/BubbleChartWidget.php
vendored
Normal file
14
vendor/filament/widgets/src/BubbleChartWidget.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Filament\Widgets;
|
||||
|
||||
/**
|
||||
* @deprecated Extend `ChartWidget` instead and define the `getType()` method.
|
||||
*/
|
||||
class BubbleChartWidget extends ChartWidget
|
||||
{
|
||||
protected function getType(): string
|
||||
{
|
||||
return 'bubble';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user