Home
last modified time | relevance | path

Searched refs:series (Results 1 – 25 of 62) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DSeries.php47 public function setSeries($series) argument
49 $this->series = $series;
56 return $this->series;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DHistogramChartSpec.php69 public function setSeries($series) argument
71 $this->series = $series;
78 return $this->series;
H A DPieChartSpec.php75 public function setSeries(ChartData $series) argument
77 $this->series = $series;
84 return $this->series;
H A DWaterfallChartSpec.php103 public function setSeries($series) argument
105 $this->series = $series;
112 return $this->series;
H A DBasicChartSeries.php119 public function setSeries(ChartData $series) argument
121 $this->series = $series;
128 return $this->series;
H A DBasicChartSpec.php179 public function setSeries($series) argument
181 $this->series = $series;
188 return $this->series;
H A DBubbleChartSpec.php212 public function setSeries(ChartData $series) argument
214 $this->series = $series;
221 return $this->series;
/plugin/tableplot/
H A Dsyntax.php108 $series .= $data['series'] . "',";
110 $series .= $this->getConf('series'). "',";
192 …ript type="text/javascript"> jQuery(\'#'.$id.'\').tablePlot({'.$orient .$series. $firstSeries . $l…
H A Dtable2Plot.js55 series: 'rows', // are the series in rows or columns? property in jQuery.fn.tablePlot.args
84 args.lastSeries = (args.series == 'columns') ?
91 args.dataEnd = (args.series == 'rows') ?
124 switch (args.series) {
/plugin/achart/assets/
H A Dapexcharts.css35 .apexcharts-series-collapsed {
139 .apexcharts-tooltip-series-group {
152 .apexcharts-tooltip-series-group:last-child {
156 .apexcharts-tooltip-series-group-hidden {
193 .apexcharts-tooltip-rangebar .series-name {
618 .apexcharts-hide .apexcharts-series-points {
625 .apexcharts-area-series .apexcharts-area,
629 .apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
630 .apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
631 .apexcharts-radar-series path,
[all …]
H A Dapexcharts.min.js6series[h.globals.maxValsInArrayIndex].length-2&&h.globals.shouldAnimate&&l.animationCompleted(t):"… property in AnonymousFunction1cae5b5136d00.AnonymousFunction1cae5b5136f00.c
14series=new z(this.ctx),this.ctx.theme=new tt(this.ctx),this.ctx.formatters=new W(this.ctx),this.ct…
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js25 async.series([
H A Dbuild-modules.js31 async.series(actions, util.pitch);
/plugin/statistics/inc/pchart/
H A DpData.php30 * An entry for each series giving the maximum value in that
31 * series, if we've previously calculated it
36 * An entry for each series giving the minimum value in that
37 * series, if we've previously calculated it
50 public function addPoint($value, $series = "Series1", $Description = "") { argument
57 $series,
167 * @brief Get the minimum data value in the specified series
176 * value at index 0 for the specified series - but this is the
195 * @brief Get the maximum data value in the specified series
214 * Get the numeric X and Y values, for a given series
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DVersion.php43 public static function series() function in PHPUnit_Runner_Version
/plugin/statdisplay/pchart/
H A DpData.php51 public function addPoint($value, $series = "Series1", $Description = "") { argument
57 $series,
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-dist.js49 async.series([
H A Dbuild-modules.js147 async.series(actions, util.pitch);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.2.md3 All notable changes of the PHP_CodeCoverage 3.2 release series are documented in this file using th…
H A DChangeLog-3.0.md3 All notable changes of the PHP_CodeCoverage 3.0 release series are documented in this file using th…
H A DChangeLog-3.3.md3 All notable changes of the PHP_CodeCoverage 3.3 release series are documented in this file using th…
H A DChangeLog-3.1.md3 All notable changes of the PHP_CodeCoverage 3.1 release series are documented in this file using th…
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md19 …ance) or the name of the release series (`X.Y`) when no release has been made from that branch / f…
/plugin/layeranimation/
H A DREADME.md4 …DokuWiki content in an animated series of layers. It supports the plugins you have installed in yo…
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt64 <tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {tex…

123