Lines Matching refs:data

10 It allows annotating and exporting chart or related data to various bitmap, 
11 vector, document or data formats, such as PNG, JPG, PDF, SVG, JSON, XLSX and
138 exportFields | [] | If set, only fields in this array will be exported ( data export only )
139 exportTitles | false | Exchanges the data field names with it's dedicated title ( data export only )
140 columnNames | {} | An object of key/value pairs to use as column names when exporting to data forma…
141 exportSelection | false | Exports the current data selection only ( data export only )
142 …to convert date strings to date objects, uses by default charts dataDateFormat ( data export only )
143 dateFormat | YYYY-MM-DD | Formats the category field in given date format ( data export only )
202 Let's add more formats and organize image and data formats into separate
216 "label": "Download data",
229 * Download data
627 exportFields | [] | If set, only fields in this array will be exported ( data export only )
628 exportTitles | Exchanges the data field names with it's dedicated title ( data export only )
629 columnNames | An object of key/value pairs to use as column names when exporting ( data export only…
630 exportSelection | Exports the current data selection only ( data export only )
631 …to convert date strings to date objects, uses by default charts dataDateFormat ( data export only )
632 dateFormat | Formats the category field in given date format ( data export only )
763 this.toJPG( {}, function( data ) {
764 this.download( data, "image/jpg", "amCharts.jpg" );
782 …lback | Prepares a JPEG representation of the chart and passes the binary data to the callback fun…
783 …llback | Prepares a PNG representation of the chart and passes the binary data to the callback fun…
784 …llback | Prepares a SVG representation of the chart and passes the binary data to the callback fun…
785 …llback | Prepares a PDF representation of the chart and passes the binary data to the callback fun…
786 toJSON | (object) options, (function) callback | Prepares a JSON and passes the plain data to the c…
787 toCSV | (object) options, (function) callback | Prepares a CSV and passes the plain data to the cal…
788 …lback | Prepares a XLSX representation of the chart and passes the binary data to the callback fun…
791 toArray | (object) options, (function) callback | Prepares an Array and passes the data to the call…
792 …nction) callback | Generates an image element which holds the output in an embedded base64 data url
822 text: "CTRL + C to copy the data into the clipboard.",
904 * Fixed: Zeroes were being exported to data formats as empty strings rather than numbers
917 * Added: `exportFields` option which is an array of fields to export in data formats (if you want t…
936 * Added: `columnNames` property, which allows overriding column names when expoerting chart data
978 * Fixed: Issue in `getChartData` which ignored given data array ( affected API usage only )
985 * Added: `exportSelection` exports the current data selection
989 * Changed: `gatherChartData` collects data, fields and titles only and uses `processData` to format
1015 * Added: `exportTitles` available in general or individual setup which exchanges the data field nam…
1016 * Fix: Interpolates missing data fields across data provider