Piwik\Plugins\CoreVisualizations\Visualizations\JqplotGraph\Pie::beforeRender PHP Method

beforeRender() public method

public beforeRender ( )
    public function beforeRender()
    {
        parent::beforeRender();
        $this->config->show_all_ticks = true;
        $this->config->datatable_js_type = 'JqplotPieGraphDataTable';
    }