Home
last modified time | relevance | path

Searched refs:charts (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/lastfm/
Dscript.js43 function lastfm_get_charts(charts, opts){ argument
45 if(!charts) return;
48 for(var i = 0; i < charts.length; i++) {
49 lastfm_ajax(charts[i], opts);
69 var charts = getElementsByClass('plugin_lastfm_chart', objs[i], 'div');
70 lastfm_get_charts(charts, opts);
Dsyntax.php94 $data['charts'] = array();
102 array_push($data['charts'], 'weekly'.$param);
104 array_push($data['charts'], $param);
136 foreach($data['charts'] as $chart) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DSheet.php81 public function setCharts($charts) argument
83 $this->charts = $charts;
90 return $this->charts;
/plugin/c3chart/
DREADME.md3 The `c3chart` plugin for DokuWiki makes it easy to insert interactive data charts rendered by [C3.j…
5 … object is supported. All types of charts natively supported by C3 can be rendered, such as line/b…
7 Here are a few screenshots of the rendered charts:
84 | `width` | Default width of charts. |
85 | `height` | Default height of charts. |
86 | `align` | Default alignment of charts. |
Dplugin.info.txt6 desc Inserts interactive data charts rendered by C3.js.
/plugin/orgapp/
DREADME.md3 Dokuwiki plugin to draw organization charts.
5 Generates charts using the [applet orgapp](http://www.eiroca.net/orgapp/).
/plugin/wavedrom/
DREADME.md4 Add wavedrom charts to Dokuwiki with an intuitive syntax
6 The charts are generated with https://github.com/drom/wavedrom.
Dplugin.info.txt6 desc Create wavedrom charts with an incredibly simple syntax
DREADME3 Create wavedrom charts with an incredibly simple syntax
/plugin/achart/
Dplugin.info.txt6 desc Inserts interactive data charts rendered by Apexcharts
DREADME.md3 The `achart` plugin for DokuWiki makes it easy to insert interactive data charts rendered by [APEXC…
5 …art describable by a static JavaScript object is supported. All types of charts natively supported…
18 Here are a few screenshots of the rendered charts:
/plugin/amcharts/
Dplugin.info.txt6 desc Inserts interactive data charts rendered by AmCharts
DREADME.md3 The `amcharts` plugin for DokuWiki makes it easy to insert interactive data charts rendered by [amc…
5 …art describable by a static JavaScript object is supported. All types of charts natively supported…
/plugin/gchart/
Dplugin.info.txt6 desc Create simple charts using the Google Chart API
/plugin/googlechart/
Dplugin.info.txt6 desc Create simple charts using the Google Chart API
/plugin/amcharts/assets/amcharts/plugins/responsive/
Dreadme.md106 So for example to make the rule apply to all charts with width 400px or lower,
154 Some objects in charts are collected in arrays, i.e. "graphs", "valueAxes", etc.
298 Any older versions will be ignored by this plugin. The charts will function but
359 * Introduced removal of grid lines on micro charts
/plugin/radarchart/
Dplugin.info.txt4 description: A flexible DokuWiki plugin for creating radar charts with multiple datasets, custom st…
40 - Support for multiple charts on one page
DREADME.md3 A flexible DokuWiki plugin for creating radar charts with multiple datasets, custom styling, and ex…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
DChangeLog-4.0.md44 * Fixed [#440](https://github.com/sebastianbergmann/php-code-coverage/pull/440): Dashboard charts n…
/plugin/asciidocjs/node_modules/is-core-module/
DREADME.md36 [downloads-url]: https://npm-stat.com/charts.html?package=is-core-module
/plugin/asciidocjs/node_modules/has-proto/
DREADME.md34 [downloads-url]: https://npm-stat.com/charts.html?package=has-proto
/plugin/asciidocjs/node_modules/is-regex/
DREADME.md48 [downloads-url]: https://npm-stat.com/charts.html?package=is-regex
/plugin/asciidocjs/node_modules/has-tostringtag/
DREADME.md42 [downloads-url]: https://npm-stat.com/charts.html?package=has-tostringtag
/plugin/orgchart/
DREADME6 === Create org charts by using a table ===
/plugin/asciidocjs/node_modules/has-symbols/
DREADME.md42 [downloads-url]: https://npm-stat.com/charts.html?package=has-symbols

12345