Piwik\Plugins\CoreVisualizations\Visualizations\JqplotGraph\Bar::makeDataGenerator PHP Method

makeDataGenerator() protected method

protected makeDataGenerator ( $properties )
    protected function makeDataGenerator($properties)
    {
        return JqplotDataGenerator::factory('bar', $properties);
    }