Home
last modified time | relevance | path

Searched refs:chart (Results 1 – 25 of 73) sorted by relevance

123

/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js48 if ( undefined === chart.dataLoader || !isObject( chart.dataLoader ) )
49 chart.dataLoader = {};
62 var l = chart.dataLoader;
89 'chart': chart property in AnonymousFunction2b84e2700100.defaults
100 if ( 'stock' === chart.type ) {
148 if ( undefined !== chart.startDuration && ( 0 < chart.startDuration ) ) {
150 chart.startDuration = 0;
156 chart.arrows = [];
162 chart.dataProvider = chart.type === 'map' ? {} : [];
448 …curtain.style.width = ( undefined !== chart.realWidth ? chart.realWidth : chart.divRealWidth ) + '…
[all …]
H A Dreadme.md60 Stock chart:
79 populated with their content *before* the chart is built.
120 var chart = AmCharts.makeChart("chartdiv", {
184 calling `chart.dataLoader.loadData()` function. (replace "chart" with the actual
185 variable that holds reference to your chart object)
209 "init": function ( options, chart ) {
212 "load": function ( options, chart ) {
215 "complete": function ( chart ) {
218 "error": function ( options, chart ) {
335 * Added support for Gauge chart (loads `arrows` array)
[all …]
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js32 …if ( chart.responsive === undefined || chart.responsive.ready === true || chart.responsive.enabled…
35 var version = chart.version.split( '.' );
40 var r = chart.responsive;
1084 chart.dataChanged = true;
1085 if ( chart.type !== 'xy' ) {
1086 chart.marginsUpdated = false;
1089 chart.validateNow( true );
1179 var width = chart.divRealWidth;
1180 var height = chart.divRealHeight;
1195 …rule.legendPosition === undefined || ( chart.legend !== undefined && chart.legend.position !== und…
[all …]
H A Dreadme.md13 line chart with legend guides, labels, titles and other elements will be
20 sparkline representation of the chart.
25 enable "responsive" plugin for your chart instance.
41 2. Add the following setting to your chart configuration:
55 chart.responsive = {
125 that deal with chart's dimensions:
128 applicable to rotated serial chart only (i.e. bar chart)
135 you want to override the chart's initial ones with.
169 the chart.
305 chart types at various resolutions.
[all …]
/plugin/stats/
H A Dsyntax.php477 $chart = new pChart($width,$height+$heightForAngle);
483 $chart->loadColorPalette(DOKU_TPLINC.'palette.txt');
485 $chart->loadColorPalette(DOKU_PLUGIN.'wikistatistics/palette.txt');
490 $chart->drawGraphArea(252,252,252);
493 $chart->drawGrid(4,TRUE,230,230,230,255);
601 $chart = new pChart($width,$height+$heightForAngle);
607 $chart->loadColorPalette(DOKU_TPLINC.'palette.txt');
614 $chart->drawGraphArea(252,252,252);
616 $chart->drawGrid(4,TRUE,230,230,230,255);
926 $chart = new pChart($width,$height);
[all …]
/plugin/lastfm/
H A Dscript.js7 function lastfm_ajax(chart, opts) { argument
9 if(!chart) return;
17 ajax.setVar('plugin_lastfm_chart', chart.id);
24 lastfm_loader(chart);
30 chart.style.visibility = 'hidden';
31 chart.innerHTML = data;
32 chart.style.visibility = 'visible';
/plugin/c3chart/assets/
H A Dc3.css26 .c3-chart-arc path {
30 .c3-chart-arc rect {
35 .c3-chart-arc text {
192 .c3-chart-arcs-title {
197 .c3-chart-arcs .c3-chart-arcs-background {
202 .c3-chart-arcs .c3-chart-arcs-gauge-unit {
207 .c3-chart-arcs .c3-chart-arcs-gauge-max {
211 .c3-chart-arcs .c3-chart-arcs-gauge-min {
215 .c3-chart-arc .c3-gauge-value {
220 .c3-chart-arc.c3-target g path {
[all …]
/plugin/achart/
H A DREADME.md22 ![Bar chart](https://i.imgur.com/h3TPT0D.png)
24 ![Pie chart](https://i.imgur.com/qS26V9z.png)
35 chart: {
53 chart: {
71 chart: {
81 chart: {
93 To render a pie chart for example:
97 chart: {
107 chart: {
129 | `height` | Height of the chart, in the same format as `width`. |
[all …]
H A Dscript.js12 Apex.chart= { class in Apex
19 var chart = new ApexCharts(document.getElementById(id), options);
20 chart.render();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAddChartResponse.php28 public function setChart(EmbeddedChart $chart) argument
30 $this->chart = $chart;
37 return $this->chart;
H A DAddChartRequest.php28 public function setChart(EmbeddedChart $chart) argument
30 $this->chart = $chart;
37 return $this->chart;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js90 chart: chart, property in AmCharts._this.setup
512 … var lang = language ? langugage : _this.setup.chart.language ? _this.setup.chart.language : "en";
1041 …if ( _this.config.legend && _this.setup.chart.legend && _this.setup.chart.legend.position == "outs…
1100 …padding[ _this.setup.chart.periodSelector.position ] += _this.setup.chart.periodSelector.offsetHei…
1344 if ( _this.setup.chart.type == "stock" && _this.setup.chart.legendSettings.position ) {
2440 addField( _this.setup.chart.categoryField, _this.setup.chart.categoryAxis.title );
2535 if ( value < chart.startDate || value > chart.endDate ) {
2539 } else if ( i1 < chart.startIndex || i1 > chart.endIndex ) {
3152 } else if ( _this.setup.chart.amExport || _this.setup.chart.exportConfig ) {
3153 … _this.config = _this.migrateSetup( _this.setup.chart.amExport || _this.setup.chart.exportConfig );
[all …]
H A Dexport.min.js1chart:a,hasBlob:!1,wrapper:!1},drawing:{enabled:!1,undos:[],redos:[],buffer:{position:{x1:0,y1:0,x… property in AmCharts.c.setup
2chart.classNamePrefix+"-export-canvas active dropbox");else if(c.setup.wrapper.setAttribute("class…
H A DREADME.md10 It allows annotating and exporting chart or related data to various bitmap,
98 displaying your chart on, not the export.js library.
196 right there on the chart.
374 ### Printing the chart
404 ### Annotating the chart before export
572 family: this.setup.chart.fontFamily,
573 size: this.setup.chart.fontSize * 2
587 family: this.setup.chart.fontFamily,
588 size: this.setup.chart.fontSize * 2
1068 * Fix: IE8 issue which prevents the chart from initiating
[all …]
/plugin/c3chart/
H A DREADME.md5 This plugin accepts the same JavaScript object that C3 takes to generate a chart. Any chart describ…
9 ![Line chart](http://i.imgur.com/gZtX5eo.png)
11 ![Stacked bar chart](http://i.imgur.com/MvNROm7.png)
13 ![Pie chart](http://i.imgur.com/Fax0X0S.png)
26 …bject that the `generate()` function of C3.js takes to render a chart. To include a chart in your …
28 To render the pie chart shown above:
61 The `<c3>` tag can carry optional attributes to customize the appearance of the chart. The attribut…
65 | `width` | Width of the chart, specified in CSS format, e.g. 50% or 320px. |
66 | `height` | Height of the chart, in the same format as `width`. |
69 For instance to make your chart occupying half width of its container and floated to the right:
/plugin/amcharts/
H A DREADME.md5 This plugin accepts the same JavaScript object that AmCharts takes to generate a chart. Any chart d…
15 …hat the `makeChart()` function of amcharts.js takes to render a chart. To include a chart in your …
17 To render a pie chart for exemple:
64 The `<amchart>` tag can carry optional attributes to customize the appearance of the chart. The att…
68 | `width` | Width of the chart, specified in CSS format, e.g. 50% or 320px. |
69 | `height` | Height of the chart, in the same format as `width`. |
72 For instance to make your chart occupying half width of its container and floated to the right:
/plugin/avbarchart/
H A Dsyntax.php80 $chart = "";
87 $chart = "";
104 …$chart .= "<td valign='bottom' style='border:0;vertical-align:bottom;text-align:center;' align='ce…
110 $match = $chart;
/plugin/lastfm/inc/
H A Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) { argument
21 $xml = lastfm_get_xml($user,$chart);
22 $data = ($chart != 'profile') ? @array_pop(lastfm_xml2array($xml)) : lastfm_xml2array($xml);
31 if($chart != 'profile') $data = array_slice($data,0,$limit);
33 print '<table class="plugin_lastfm_chart plugin_lastfm_' . $chart . '">' . DW_LF;
35 switch($chart) {
216 function lastfm_get_xml($user,$chart) { argument
/plugin/bibtex/OSBib/
H A DSTYLEMAP.php435 $this->chart = $this->basic;
436 $this->chart['creator1'] = 'creator';
437 $this->chart['field1'] = 'fileName';
438 $this->chart['field2'] = 'program';
439 $this->chart['field3'] = 'size';
440 $this->chart['field4'] = 'type';
441 $this->chart['field5'] = 'version';
442 $this->chart['field6'] = 'number';
443 $this->chart['publisherName'] = 'publisherName';
444 $this->chart['publisherLocation'] = 'publisherLocation';
[all …]
H A DSTYLEMAPBIBTEX.php475 $this->chart = $this->basic;
476 $this->chart['creator1'] = 'creator';
477 $this->chart['field1'] = 'fileName';
478 $this->chart['field2'] = 'program';
479 $this->chart['field3'] = 'size';
480 $this->chart['field4'] = 'type';
481 $this->chart['field5'] = 'version';
482 $this->chart['field6'] = 'number';
483 $this->chart['publisherName'] = 'publisherName';
484 $this->chart['publisherLocation'] = 'publisherLocation';
[all …]
/plugin/flowchartjs/
H A Dflowchart.min.js6 !function(t,i){if("object"==typeof exports&&"object"==typeof module)module.exports=i(require("Raphael"));else if("function"==typeof define&&define.amd)define(["Raphael"],i);else{var e=i("object"==typeof exports?require("Raphael"):t.Raphael);for(var s in e)("object"==typeof exports?exports:t)[s]=e[s]}}(this,function(t){return function(t){function i(s){if(e[s])return e[s].exports;var n=e[s]={exports:{},id:s,loaded:!1};return t[s].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}var e={};return i.m=t,i.c=e,i.p="",i(0)}([function(t,i,e){e(9);var s=e(4);e(15);var n={parse:s};"undefined"!=typeof window&&(window.flowchart=n),t.exports=n},function(t,i){function e(t,i){if(!t||"function"==typeof t)return i;var s={};for(var n in i)s[n]=i[n];for(n in t)t[n]&&("object"==typeof s[n]?s[n]=e(s[n],t[n]):s[n]=t[n]);return s}function s(t,i){if("function"==typeof Object.create)t.super_=i,t.prototype=Object.create(i.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}});else{t.super_=i;var e=function(){};e.prototype=i.prototype,t.prototype=new e,t.prototype.constructor=t}}t.exports={defaults:e,inherits:s}},function(t,i,e){function s(t,i,e){this.chart=t,this.group=this.chart.paper.set(),this.symbol=e,this.connectedTo=[],this.symbolType=i.symbolType,this.flowstate=i.flowstate||"future",this.lineStyle=i.lineStyle||{},this.key=i.key||"",this.leftLines=[],this.rightLines=[],this.topLines=[],this.bottomLines=[],this.params=i.params,this.next_direction=i.next&&i.direction_next?i.direction_next:void 0,this.text=this.chart.paper.text(0,0,i.text),i.key&&(this.text.node.id=i.key+"t"),this.text.node.setAttribute("class",this.getAttr("class")+"t"),this.text.attr({"text-anchor":"start",x:this.getAttr("text-margin"),fill:this.getAttr("font-color"),"font-size":this.getAttr("font-size")});var s=this.getAttr("font"),n=this.getAttr("font-family"),o=this.getAttr("font-weight");s&&this.text.attr({font:s}),n&&this.text.attr({"font-family":n}),o&&this.text.attr({"font-weight":o}),i.link&&this.text.attr("href",i.link),i.function&&(this.text.attr({cursor:"pointer"}),this.text.node.addEventListener("click",function(t){window[i.function](t,i)},!1)),i.target&&this.text.attr("target",i.target);var h=this.getAttr("maxWidth");if(h){for(var r=i.text.split(" "),a="",l=0,p=r.length;l<p;l++){var y=r[l];this.text.attr("text",a+" "+y),a+=this.text.getBBox().width>h?"\n"+y:" "+y}this.text.attr("text",a.substring(1))}if(this.group.push(this.text),e){var x=this.getAttr("text-margin");e.attr({fill:this.getAttr("fill"),stroke:this.getAttr("element-color"),"stroke-width":this.getAttr("line-width"),width:this.text.getBBox().width+2*x,height:this.text.getBBox().height+2*x}),e.node.setAttribute("class",this.getAttr("class"));var g=this.getAttr("roundness");isNaN(g)||(e.node.setAttribute("ry",g),e.node.setAttribute("rx",g)),i.link&&e.attr("href",i.link),i.target&&e.attr("target",i.target),i.function&&(e.node.addEventListener("click",function(t){window[i.function](t,i)},!1),e.attr({cursor:"pointer"})),i.key&&(e.node.id=i.key),this.group.push(e),e.insertBefore(this.text),this.text.attr({y:e.getBBox().height/2}),this.initialize()}}var n=e(3),o=n.drawLine,h=n.checkLineIntersection;s.prototype.getAttr=function(t){if(this.chart){var i,e=this.chart.options?this.chart.options[t]:void 0,s=this.chart.options.symbols?this.chart.options.symbols[this.symbolType][t]:void 0;return this.chart.options.flowstate&&this.chart
[all...]
/plugin/barcode/api/google/
H A Dbarcode.inc14 // http://code.google.com/intl/it-IT/apis/chart/types.html#qrcodes
20 $resultStr = 'http://chart.apis.google.com/chart?';
/plugin/charter/
H A Dsyntax.php70 $mediaid = getNS($ID) . ':chart-' . cleanID($flags['title'], false, true) . '.png';
72 $mediaid = getNS($ID) . ':chart-' . cleanID('notitle_' . md5($match)) . '.png';
/plugin/amcharts/assets/amcharts/
H A Dradar.js5chart,c=a.axisThickness,f=a.axisColor,m=a.axisAlpha;this.set=b.container.set();this.set.translate(…
7chart;void 0===c&&(c="");var h=a.chart.fontFamily,k=a.fontSize;void 0===k&&(k=a.chart.fontSize);va…
10 …,f){b-=a.axisWidth;c-=a.axisWidth;var m=Math.min(b,c);c=Math.max(b,c);b=a.chart;var n=b.container,…
/plugin/orgapp/
H A DREADME.md11 chart definition
15 The chart can be defined either directly in the Wiki page or in an external file. In the first case…

123