FireGento_MageMonitoring_Block_Widget_Monitoring::newChartArray
Returns an array that can feed FireGento_MageMonitoring_Block_Chart.
Signature
public function newChartArray(string
$canvasId,
array
$chartData,
[string
$chartType = 'Pie',
[integer
$width = 76,
[integer
$height = 76]]] )
Parameters
$canvasId
— string- Canvas Id
$chartData
— array- Chart data
$chartType
— string- Chart type
$width
— integer- Width
$height
— integer- Height
Returns
- array