Lines Matching refs:in

17 Please note that due to security measures implemented in modern browsers, some 
92 The plugin will automatically try to look in chart's [`path`](http://docs.amcharts.com/3/javascript…
111 File | Located in | Required for
127 divId | | ID or a reference to div object in case you want the menu in a separate container.
131 legend | {} | Places the legend in case it is within an external container ([skip to chapter](#addi…
138 exportFields | [] | If set, only fields in this array will be exported ( data export only )
143 dateFormat | YYYY-MM-DD | Formats the category field in given date format ( data export only )
158 always be an array, even if you have a single item in it.
270 In case you have an external legend you need to define the position where it should get placed in y…
348 quotes | true | true/false | Set whether to enclose strings in doublequotes
426 Now, when you click on the "Annotate" item in the menu, the chart will turn into
501 …"shapes": [ "test.svg" ], // Choice of shapes offered in the menu (shapes are being loaded from th…
504 "widths": [ 2, 10, 20 ], // Choice of widths offered in the menu
507 "colors": [ "#000000", "#FF0000" ] // Choice of colors offered in the menu
510 "opacities": [ 1, 0.8, 0.6, 0.4, 0.2 ] // Choice of opacity offered in the menu
515 "modes": [ "pencil" , "line", "arrow" ], // Choice of modes offered in the menu
523 If you need to filter the drawn elements, you can pass the `reviver` method in
543 property in your menu item:
626 delay | A numeric value to delay the capturing in seconds ([details](#delay-the-capturing-before-ex…
627 exportFields | [] | If set, only fields in this array will be exported ( data export only )
632 dateFormat | Formats the category field in given date format ( data export only )
652 Each item in `content` represents either a text line (string) or an exported
682 Pagesize | Dimensions in pixel
740 Feel free to override any styles defined in it, create your own version and
792 …s, (function) callback | Generates an image element which holds the output in an embedded base64 d…
796 Unfortunately, Internet Explorer 9 has restrictions in place that prevent the
801 you may need to add following metatag in your `<head>` of your HTML document.
807 This feature will kick in by default. If you want to disable it simply pass
844 They're all in subdirectory /examples.
852 You can modify files, included in this archive or, better yet, fork this project
896 * Added: Radial gradient support on pie charts (new feature in amCharts v3.18.0)
901 * Fixed: Hashbanged url interpretation issue in IE (related to reusable svg nodes)
907 * Fixed: Loading issue with patterns in firefox
917 * Added: `exportFields` option which is an array of fields to export in data formats (if you want t…
952 * Fixed: Internal pdfMake issue which prevented to generate PDFs in IE10, uses custom build until o…
961 * Fixed: Legend positioning issue with charts created in a hidden container
970 * Fixed: Issue in `gatherClassName` checking element type
978 * Fixed: Issue in `getChartData` which ignored given data array ( affected API usage only )
987 * Added: `dateFormat` converts the date in given format
1011 * Fixed: Undo issue which needed double attempts in the beginning
1012 * Added: Drag/Scale feature in annotation mode; toggles automatically between drawing/dragging whil…
1015 * Added: `exportTitles` available in general or individual setup which exchanges the data field nam…
1019 * Added: Temporary workaround to bypass FileSaver check; issue prevented to open blob urls in safar…
1022 * Added: beforeCapture to be able to indicate the export process in some way
1025 * Added: Multiple arguments supported in "handleCallback" method
1028 * Fix: Pattern render issue in IE;
1044 * Added: Added reviver in capturing method to filter the drawn chart elements
1059 * Added: `getBase64` option in `toSVG`
1060 * Added: `toImage` usage in `toPRINT` to be able to choose the image type + settings.
1061 * Added: `lossless` option in `toPRINT` (experimental)