Go to the source code of this file.
◆ base()
Definition at line 5 of file base.php.
References $c, $DIC, and Vendor\Package\$f.
9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $c =
$f->chart()->scaleBar(
22 return $renderer->render(
$c);