Searched refs:supported_charts (Results 1 – 1 of 1) sorted by relevance
13 private $supported_charts = [ variable in syntax_plugin_gchart99 $type_regex = '/\b(' . implode('|', array_keys($this->supported_charts)) . ')\b/i';101 $return['type'] = $this->supported_charts[strtolower($match[1])];