Home
last modified time | relevance | path

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

1234

/plugin/lastfm/
H A 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);
H A 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/
H A DSheet.php81 public function setCharts($charts) argument
83 $this->charts = $charts;
90 return $this->charts;
/plugin/c3chart/
H A 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. |
H A Dplugin.info.txt6 desc Inserts interactive data charts rendered by C3.js.
/plugin/orgapp/
H A DREADME.md3 Dokuwiki plugin to draw organization charts.
5 Generates charts using the [applet orgapp](http://www.eiroca.net/orgapp/).
/plugin/wavedrom/
H A DREADME.md4 Add wavedrom charts to Dokuwiki with an intuitive syntax
6 The charts are generated with https://github.com/drom/wavedrom.
H A Dplugin.info.txt6 desc Create wavedrom charts with an incredibly simple syntax
H A DREADME3 Create wavedrom charts with an incredibly simple syntax
/plugin/achart/
H A Dplugin.info.txt6 desc Inserts interactive data charts rendered by Apexcharts
H A 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/
H A Dplugin.info.txt6 desc Inserts interactive data charts rendered by AmCharts
H A 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/
H A Dplugin.info.txt6 desc Create simple charts using the Google Chart API
/plugin/googlechart/
H A Dplugin.info.txt6 desc Create simple charts using the Google Chart API
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A 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/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md44 * Fixed [#440](https://github.com/sebastianbergmann/php-code-coverage/pull/440): Dashboard charts n…
/plugin/orgchart/
H A DREADME6 === Create org charts by using a table ===
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md8 This plugin adds export capabilities to all amCharts products - charts and maps.
142 dataDateFormat | | Format to convert date strings to date objects, uses by default charts dataDateF…
631 dataDateFormat | Format to convert date strings to date objects, uses by default charts dataDateFor…
896 * Added: Radial gradient support on pie charts (new feature in amCharts v3.18.0)
923 * Fixed: cropped bullets on XY charts
961 * Fixed: Legend positioning issue with charts created in a hidden container
1052 * Fix: CSV export issue on date based charts
/plugin/dirtylittlehelper/
H A DREADME.md23 Building and integrating flow-charts with mermaid: integrated. And dlh ships a mermaid live editor …
/plugin/quickstats/lang/en/
H A Dquery.txt50 charts you may have created with the quickstats syntax plugin.
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt793 charts=charts
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md200 * [flowchart.js](https://adrai.github.io/flowchart.js/) A similar project that draws flow charts in…
/plugin/stats/
H A Dsyntax.php310 * Edits charts
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md48 Regular (Serial, Pie, etc.) charts:

1234