We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Layout::chart
1 parent 2654359 commit c890f89Copy full SHA for c890f89
src/Support/Facades/Layout.php
@@ -23,6 +23,7 @@
23
use Orchid\Screen\Layouts\Tabs;
24
use Orchid\Screen\Layouts\View;
25
use Orchid\Screen\Layouts\Wrapper;
26
+use Orchid\Screen\Layouts\Chart;
27
28
/**
29
* Class Layout.
@@ -46,6 +47,7 @@
46
47
* @method static Browsing browsing(string $src) Creates a new browsing layout with the given src.
48
* @method static Metric metrics(array $labels) Creates a new metrics layout with the given labels.
49
* @method static Split split(array $layouts) Creates a new split layout with the given layout data.
50
+ * @method static Chart chart(string $target, string $title = null) Creates a new chart layout with the given title.
51
*/
52
class Layout extends Facade
53
{
0 commit comments