Home
last modified time | relevance | path

Searched refs:supported_charts (Results 1 – 1 of 1) sorted by relevance

/plugin/gchart/
Dsyntax.php13 private $supported_charts = [ variable in syntax_plugin_gchart
99 $type_regex = '/\b(' . implode('|', array_keys($this->supported_charts)) . ')\b/i';
101 $return['type'] = $this->supported_charts[strtolower($match[1])];