mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Inline\PieChart: code style
This commit is contained in:
parent
cf42ffbafa
commit
8ff757f6df
@ -37,7 +37,9 @@ use Exception;
|
|||||||
/**
|
/**
|
||||||
* Draw an inline pie-chart directly from the available request parameters.
|
* Draw an inline pie-chart directly from the available request parameters.
|
||||||
*/
|
*/
|
||||||
class PieChart extends Inline {
|
class PieChart extends Inline
|
||||||
|
{
|
||||||
|
|
||||||
public function render($output = true)
|
public function render($output = true)
|
||||||
{
|
{
|
||||||
$pie = new PieChartRenderer();
|
$pie = new PieChartRenderer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user