Lines Matching refs:in

8 By default all amCharts libraries accept data in JSON format. It needs to be 
9 there when the web page loads, defined in-line or loaded via custom code.
12 from external data data sources in CSV and JSON formats.
20 Due to security measures implemented in most of the browsers, the external data
26 The page needs to be loaded via web server (http://) in order to work properly.
102 …ction reference to track progress of the load. The function will be passed in three parameters: gl…
103 showErrors | true | Show loading errors in a chart curtain
106 reverse | false | [CSV only] add data points in revers order
107 skip | 0 | [CSV only] skip X first rows in data (includes first row if useColumnNames is used)
108 skipEmpty | true | [CSV only] Ignore empty lines in data
110 useColumnNames | false | [CSV only] Use first row in data as column names when parsing
113 ## Using in JavaScript Stock Chart
115 In JavaScript Stock Chart it works exactly the same as in other chart types,
234 Plugin will try matching chart's `language` property and display text prompts in
237 Some of the plugin translations are in **lang** subdirectory. Simply include the
246 'The phrase in English': 'Translation'
249 The phrase in English must be left intact.
265 They're all in subdirectory /examples.
273 You can modify files, included in this archive or, better yet, fork this project
314 * Better default options handling in external calls to AmCharts.loadFile
332 * Fixed an issue with the Pie chart when it is being loaded in inactive tab
338 * Fixed JS error if periodSelector was not defined in chart config