Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DSheetsChartReference.php25 public $chartId; variable in Google\\Service\\Docs\\SheetsChartReference
34 public function setChartId($chartId) argument
36 $this->chartId = $chartId;
43 return $this->chartId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DUpdateChartSpecRequest.php25 public $chartId; variable in Google\\Service\\Sheets\\UpdateChartSpecRequest
32 public function setChartId($chartId) argument
34 $this->chartId = $chartId;
41 return $this->chartId;
DEmbeddedChart.php27 public $chartId; variable in Google\\Service\\Sheets\\EmbeddedChart
50 public function setChartId($chartId) argument
52 $this->chartId = $chartId;
59 return $this->chartId;
DDataSourceObjectReference.php25 public $chartId; variable in Google\\Service\\Sheets\\DataSourceObjectReference
40 public function setChartId($chartId) argument
42 $this->chartId = $chartId;
49 return $this->chartId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DSheetsChart.php25 public $chartId; variable in Google\\Service\\Slides\\SheetsChart
40 public function setChartId($chartId) argument
42 $this->chartId = $chartId;
49 return $this->chartId;
DCreateSheetsChartRequest.php25 public $chartId; variable in Google\\Service\\Slides\\CreateSheetsChartRequest
44 public function setChartId($chartId) argument
46 $this->chartId = $chartId;
53 return $this->chartId;
DReplaceAllShapesWithSheetsChartRequest.php26 public $chartId; variable in Google\\Service\\Slides\\ReplaceAllShapesWithSheetsChartRequest
45 public function setChartId($chartId) argument
47 $this->chartId = $chartId;
54 return $this->chartId;
/plugin/radarchart/
Dsyntax.php161 $chartId = 'radar_' . md5(uniqid('', true));
175 $chartId,
210 $renderer->doc .= ' new Chart(document.getElementById("' . $chartId . '"), {';