Class Pie_Chart
Class om een piechart te genereren
- SIW\Elements\Chart
-
SIW\Elements\Pie_Chart
Namespace: SIW\Elements
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at elements/pie-chart.php
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at elements/pie-chart.php
Methods summary
protected
|
Methods inherited from SIW\Elements\Chart
enqueue_scripts()
,
enqueue_styles()
,
generate()
,
generate_chart_options()
Constants summary
Constants inherited from SIW\Elements\Chart
Properties summary
protected
string
|
$type
Type grafiek |
#
'pie'
|
protected
array
|
$options
Opties voor grafiek |
#
[
'height' => 400,
'truncateLegends' => true,
'maxSlices' => 7,
]
|