Home
last modified time | relevance | path

Searched refs:charts (Results 76 – 90 of 90) sorted by path

1234

/plugin/googlechart/
H A Dplugin.info.txt6 desc Create simple charts using the Google Chart API
/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/mermaid/
H A Dmermaid.min.js[all...]
/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/orgchart/
H A DREADME6 === Create org charts by using a table ===
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … 061D does not exist in the Unicode standard (see\n// http://unicode.org/charts/PDF/U0600.pdf), so…
/plugin/quickstats/lang/en/
H A Dquery.txt50 charts you may have created with the quickstats syntax plugin.
/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/vkeyboard/
H A Dvkeyboard.js.unc182 // http://unicode.org/charts/
/plugin/wavedrom/
H A DREADME3 Create wavedrom charts with an incredibly simple syntax
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
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5104 "application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml": "charts",
5105 "application/vnd.ms-excel.chartsheet": "charts",
5284 charts: { /* Chartsheet */ class in CT_LIST
5308 workbooks:[], sheets:[], charts:[], dialogs:[], macros:[],
5404 f2('charts');
12096 TODO: handle embedded charts and other types of graphics
22596 case 'chart:': // TODO: charts

1234