19 declare(strict_types=1);
   124     public function bar(): \ILIAS\UI\Component\Chart\Bar\Factory;
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
progressMeter()
 description: purpose: > Progress Meters are used to display a progress or performance. 
 
This is how a factory for charts looks like. 
 
bar()
 description: purpose: > Bar Charts presents categorical data with rectangular bars at heights or len...
 
scaleBar(array $items)
 description: purpose: > Scale Bars are used to display a set of items some of which especially highl...