You are here

public function WebformAnalysisInterface::setChartType in Webform Analysis 8

Set Chart Type.

Parameters

string $chart_type: Set chart type and save webform.

1 method overrides WebformAnalysisInterface::setChartType()
WebformAnalysis::setChartType in src/WebformAnalysis.php
Set Chart Type.

File

src/WebformAnalysisInterface.php, line 40

Class

WebformAnalysisInterface
Defines an interface for webform analysis classes.

Namespace

Drupal\webform_analysis

Code

public function setChartType($chart_type = '');