Searched refs:charts (Results 1 – 25 of 103) sorted by relevance
12345
| /plugin/lastfm/ |
| D | script.js | 43 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);
|
| D | syntax.php | 94 $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/ |
| D | Sheet.php | 81 public function setCharts($charts) argument 83 $this->charts = $charts; 90 return $this->charts;
|
| /plugin/c3chart/ |
| D | README.md | 3 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. |
|
| D | plugin.info.txt | 6 desc Inserts interactive data charts rendered by C3.js.
|
| /plugin/orgapp/ |
| D | README.md | 3 Dokuwiki plugin to draw organization charts. 5 Generates charts using the [applet orgapp](http://www.eiroca.net/orgapp/).
|
| /plugin/wavedrom/ |
| D | README.md | 4 Add wavedrom charts to Dokuwiki with an intuitive syntax 6 The charts are generated with https://github.com/drom/wavedrom.
|
| D | plugin.info.txt | 6 desc Create wavedrom charts with an incredibly simple syntax
|
| D | README | 3 Create wavedrom charts with an incredibly simple syntax
|
| /plugin/achart/ |
| D | plugin.info.txt | 6 desc Inserts interactive data charts rendered by Apexcharts
|
| D | README.md | 3 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/ |
| D | plugin.info.txt | 6 desc Inserts interactive data charts rendered by AmCharts
|
| D | README.md | 3 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/ |
| D | plugin.info.txt | 6 desc Create simple charts using the Google Chart API
|
| /plugin/googlechart/ |
| D | plugin.info.txt | 6 desc Create simple charts using the Google Chart API
|
| /plugin/amcharts/assets/amcharts/plugins/responsive/ |
| D | readme.md | 106 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/ |
| D | plugin.info.txt | 4 description: A flexible DokuWiki plugin for creating radar charts with multiple datasets, custom st… 40 - Support for multiple charts on one page
|
| D | README.md | 3 A flexible DokuWiki plugin for creating radar charts with multiple datasets, custom styling, and ex…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | ChangeLog-4.0.md | 44 * Fixed [#440](https://github.com/sebastianbergmann/php-code-coverage/pull/440): Dashboard charts n…
|
| /plugin/asciidocjs/node_modules/is-core-module/ |
| D | README.md | 36 [downloads-url]: https://npm-stat.com/charts.html?package=is-core-module
|
| /plugin/asciidocjs/node_modules/has-proto/ |
| D | README.md | 34 [downloads-url]: https://npm-stat.com/charts.html?package=has-proto
|
| /plugin/asciidocjs/node_modules/is-regex/ |
| D | README.md | 48 [downloads-url]: https://npm-stat.com/charts.html?package=is-regex
|
| /plugin/asciidocjs/node_modules/has-tostringtag/ |
| D | README.md | 42 [downloads-url]: https://npm-stat.com/charts.html?package=has-tostringtag
|
| /plugin/orgchart/ |
| D | README | 6 === Create org charts by using a table ===
|
| /plugin/asciidocjs/node_modules/has-symbols/ |
| D | README.md | 42 [downloads-url]: https://npm-stat.com/charts.html?package=has-symbols
|
12345