LLMS_Analytics_Widget::get_chart_data()
Contents
Source Source
File: includes/abstracts/abstract.llms.analytics.widget.php
protected function get_chart_data() {
return array(
'type' => 'count',
'header' => array(
'id' => '',
'label' => '',
'type' => 'string',
),
);
}
Expand full source code Collapse full source code View on GitHub