Lines Matching refs:chart

10 It allows annotating and exporting chart or related data to various bitmap, 
92 The plugin will automatically try to look in chart's [`path`](http://docs.amcharts.com/3/javascript…
98 displaying your chart on, not the export.js library.
137 delay | | General setting to delay the capturing of the chart ([skip to chapter](#delay-the-capturi…
147 overflow | true | Flag to overwrite the css attribute 'overflow' of the chart container to avoid cr…
195 If we opmitted that first step, the chart would simply display a format list
196 right there on the chart.
374 ### Printing the chart
376 Adding menu item to print the chart or map is as easy as adding export ones. You
404 ### Annotating the chart before export
426 Now, when you click on the "Annotate" item in the menu, the chart will turn into
541 In some cases you may want to delay the capturing of the current chart snapshot
563 seen on the regular chart but only the generated export. Use it to watermark
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
611 format | A format to export chart/map to upon click (see below for a list of available formats)
612 icon | Icon file (will use chart's [path](http://docs.amcharts.com/3/javascriptcharts/AmSerialChart…
773 state and `toJPG()` method to export the chart to JPEG format.
782 toJPG | (object) options, (function) callback | Prepares a JPEG representation of the chart and pas…
783 toPNG | (object) options, (function) callback | Prepares a PNG representation of the chart and pass…
784 toSVG | (object) options, (function) callback | Prepares a SVG representation of the chart and pass…
785 toPDF | (object) options, (function) callback | Prepares a PDF representation of the chart and pass…
788 toXLSX | (object) options, (function) callback | Prepares a XLSX representation of the chart and pa…
798 generated image along download instructions directly over the chart area.
910 * Fixed: Issue with the "canvas-container" on chart revalidations
920 * Added: `overflow` flag to overwrite the css attribute 'overflow' of the chart container
936 * Added: `columnNames` property, which allows overriding column names when expoerting chart data
1003 * Added: Dropbox feature which allows to drag images into the chart `fileListener: true`
1005 * Added: Isolated plugin to be able to initiate manually regardless of the chart setup
1030 * Added: General delay property to delay the capturing of the chart ([details](#delay-the-capturing…
1035 * Added: Multi language support; embedded english by default; overtakes chart language
1044 * Added: Added reviver in capturing method to filter the drawn chart elements
1068 * Fix: IE8 issue which prevents the chart from initiating
1074 * Fix: issue on revalidation the chart/map