3 declare(strict_types=1);
    33     public function withTitle(
string $title): 
self;
 
withDataset(Dataset $dataset)
Replace the given dataset at creation with a new one. 
 
withBarConfigs(array $bar_configs)
Replace the given bars at creation with new ones. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation. 
 
withLegendVisible(bool $legend_visible)
 
withTitle(string $title)
Replace the given title at creation with a new title. 
 
withTooltipsVisible(bool $tooltips_visible)
Should the tooltips pop up when hovering over the bars in the chart? 
 
withLegendPosition(string $legend_position)
On which side next to the chart should the legend be placed? Default is top. 
 
withTitleVisible(bool $title_visible)