Piwik\Plugins\VisitsSummary\Controller::getSparklines PHP Method

getSparklines() public method

Deprecation: used to be a widgetized URL. There to not break widget URLs
public getSparklines ( )
    public function getSparklines()
    {
        $_GET['forceView'] = '1';
        $_GET['viewDataTable'] = Sparklines::ID;
        return FrontController::getInstance()->fetchDispatch('VisitsSummary', 'get');
    }