You are here

public function WebformAnalysis::getChartType in Webform Analysis 8

Get Chart Type.

Return value

array Chart type.

Overrides WebformAnalysisInterface::getChartType

File

src/WebformAnalysis.php, line 68

Class

WebformAnalysis
WebformAnalysis.

Namespace

Drupal\webform_analysis

Code

public function getChartType() {
  return (string) $this->webform
    ->getThirdPartySetting('webform_analysis', 'chart_type');
}