Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicChartSpec.php28 public $chartType; variable in Google\\Service\\Sheets\\BasicChartSpec
81 public function setChartType($chartType) argument
83 $this->chartType = $chartType;
90 return $this->chartType;
H A DAddChartResponse.php22 protected $chartType = EmbeddedChart::class; variable in Google\\Service\\Sheets\\AddChartResponse
H A DAddChartRequest.php22 protected $chartType = EmbeddedChart::class; variable in Google\\Service\\Sheets\\AddChartRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php26 public $chartType; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
111 public function setChartType($chartType) argument
113 $this->chartType = $chartType;
120 return $this->chartType;
/plugin/achart/assets/
H A Dapexcharts.min.js6chartType=a.chart.type,"histogram"===this.chartType&&(a.chart.type="bar",a=p.extend({plotOptions:{…
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js13669 var chartType = props.OrgChartBlockType;
13682 if (chartType == 4)
13689 if (chartType == 0) //Image top-center
13694 …else if (chartType == 1 || chartType == 2) //Image to top-left (or outsize top-left which we don't…
13699 else if (chartType >= 3)