01 <?xml version="1.0" encoding="UTF-8"?>
02 <stock xmlns="http://anychart.com/products/stock/schemas/1.9.0/schema.xsd">
03   <data>
04     <data_sets>
05       <data_set id="dataSet1" source_url="./../../csv-data/dji_daily_short.csv" external_source_cache="true">
06         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
07         <locale>
08           <date_time>
09             <format><![CDATA[%yyyy%MM%dd]]></format>
10           </date_time>
11         </locale>
12       </data_set>
13       <data_set id="dataSet2" source_url="./../../csv-data/ixic_daily_short.csv" external_source_cache="true">
14         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
15         <locale>
16           <date_time>
17             <format><![CDATA[%yyyy%MM%dd]]></format>
18           </date_time>
19         </locale>
20       </data_set>
21       <data_set id="dataSet3" source_url="./../../csv-data/gspc_daily_short.csv" external_source_cache="true">
22         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
23         <locale>
24           <date_time>
25             <format><![CDATA[%yyyy%MM%dd]]></format>
26           </date_time>
27         </locale>
28       </data_set>
29       <data_set id="dataSet4" source_url="./../../csv-data/msft_daily_short.csv" external_source_cache="true">
30         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
31         <locale>
32           <date_time>
33             <format><![CDATA[%yyyy%MM%dd]]></format>
34           </date_time>
35         </locale>
36       </data_set>
37       <data_set id="dataSet5" source_url="./../../csv-data/orcl_daily_short.csv" external_source_cache="true">
38         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
39         <locale>
40           <date_time>
41             <format><![CDATA[%yyyy%MM%dd]]></format>
42           </date_time>
43         </locale>
44       </data_set>
45       <data_set id="dataSet6" source_url="./../../csv-data/csco_daily_short.csv" external_source_cache="true">
46         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
47         <locale>
48           <date_time>
49             <format><![CDATA[%yyyy%MM%dd]]></format>
50           </date_time>
51         </locale>
52       </data_set>
53       <data_set id="dataSet7" source_url="./../../csv-data/ibm_daily_short.csv" external_source_cache="true">
54         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
55         <locale>
56           <date_time>
57             <format><![CDATA[%yyyy%MM%dd]]></format>
58           </date_time>
59         </locale>
60       </data_set>
61     </data_sets>
62     <data_providers>
63       <general_data_providers>
64         <data_provider data_set="dataSet1" id="s1">
65           <fields>
66             <field type="Close" column="4" approximation_type="Close" />
67           </fields>
68         </data_provider>
69         <data_provider data_set="dataSet2" id="s2">
70           <fields>
71             <field type="Close" column="4" approximation_type="Close" />
72           </fields>
73         </data_provider>
74         <data_provider data_set="dataSet3" id="s3">
75           <fields>
76             <field type="Close" column="4" approximation_type="Close" />
77           </fields>
78         </data_provider>
79         <data_provider data_set="dataSet4" id="s4">
80           <fields>
81             <field type="Close" column="4" approximation_type="Close" />
82           </fields>
83         </data_provider>
84         <data_provider data_set="dataSet5" id="s5">
85           <fields>
86             <field type="Close" column="4" approximation_type="Close" />
87           </fields>
88         </data_provider>
89         <data_provider data_set="dataSet6" id="s6">
90           <fields>
91             <field type="Close" column="4" approximation_type="Close" />
92           </fields>
93         </data_provider>
94         <data_provider data_set="dataSet7" id="s7">
95           <fields>
96             <field type="Close" column="4" approximation_type="Close" />
97           </fields>
98         </data_provider>
99       </general_data_providers>
100       <scroller_data_providers>
101         <data_provider data_set="dataSet1" column="4" />
102       </scroller_data_providers>
103     </data_providers>
104   </data>
105   <settings>
106     <range_selector enabled="true" />
107     <data_grouping enabled="true" max_visible_points="720" />
108     <inside_margin left="35" />
109     <charts>
110       <chart>
111         <legend>
112           <date_time enabled="false" />
113           <title width="75" />
114         </legend>
115         <value_axes>
116           <primary>
117             <scale mode="PercentChanges" />
118             <labels position="Outside" valign="Center" show_first="true" show_last="true">
119               <format><![CDATA[{%Value}{numDecimals:0}%]]></format>
120             </labels>
121           </primary>
122         </value_axes>
123         <series_settings_defaults>
124           <line_series thickness="1" />
125         </series_settings_defaults>
126         <series_list>
127           <series type="Line" data_provider="s1" color="#0066DD">
128             <name><![CDATA[^DJI]]></name>
129           </series>
130           <series type="Line" data_provider="s2" color="#4942CC">
131             <name><![CDATA[^IXIC]]></name>
132           </series>
133           <series type="Line" data_provider="s3" color="#FF9900">
134             <name><![CDATA[^GSPC]]></name>
135             <legend_item line_break="true" />
136           </series>
137           <series type="Line" data_provider="s4" color="#008000">
138             <name><![CDATA[MSFT]]></name>
139           </series>
140           <series type="Line" data_provider="s5" color="#DC3912">
141             <name><![CDATA[ORCL]]></name>
142           </series>
143           <series type="Line" data_provider="s6" color="#886526">
144             <name><![CDATA[CSCO]]></name>
145           </series>
146           <series type="Line" data_provider="s7" color="#66A012">
147             <name><![CDATA[IBM]]></name>
148           </series>
149         </series_list>
150       </chart>
151     </charts>
152     <time_scale is_ordinal="true" max_ticks_count="15">
153       <selected_range type="Custom" start_date="2007-01-02" end_date="2009-07-02" />
154     </time_scale>
155     <scroller enabled="true" />
156   </settings>
157 </stock>
01{
02  data: {
03    dataSets: [
04      {
05        id: "dataSet1",
06        sourceUrl: "./../../csv-data/dji_daily_short.csv",
07        externalSourceCache: true,
08        csvSettings: {
09          ignoreFirstRow: true,
10          rowsSeparator: "\n",
11          columnsSeparator: ","
12        },
13        locale: {
14          dateTime: {
15            format: "%yyyy%MM%dd"
16          }
17        }
18      },
19      {
20        id: "dataSet2",
21        sourceUrl: "./../../csv-data/ixic_daily_short.csv",
22        externalSourceCache: true,
23        csvSettings: {
24          ignoreFirstRow: true,
25          rowsSeparator: "\n",
26          columnsSeparator: ","
27        },
28        locale: {
29          dateTime: {
30            format: "%yyyy%MM%dd"
31          }
32        }
33      },
34      {
35        id: "dataSet3",
36        sourceUrl: "./../../csv-data/gspc_daily_short.csv",
37        externalSourceCache: true,
38        csvSettings: {
39          ignoreFirstRow: true,
40          rowsSeparator: "\n",
41          columnsSeparator: ","
42        },
43        locale: {
44          dateTime: {
45            format: "%yyyy%MM%dd"
46          }
47        }
48      },
49      {
50        id: "dataSet4",
51        sourceUrl: "./../../csv-data/msft_daily_short.csv",
52        externalSourceCache: true,
53        csvSettings: {
54          ignoreFirstRow: true,
55          rowsSeparator: "\n",
56          columnsSeparator: ","
57        },
58        locale: {
59          dateTime: {
60            format: "%yyyy%MM%dd"
61          }
62        }
63      },
64      {
65        id: "dataSet5",
66        sourceUrl: "./../../csv-data/orcl_daily_short.csv",
67        externalSourceCache: true,
68        csvSettings: {
69          ignoreFirstRow: true,
70          rowsSeparator: "\n",
71          columnsSeparator: ","
72        },
73        locale: {
74          dateTime: {
75            format: "%yyyy%MM%dd"
76          }
77        }
78      },
79      {
80        id: "dataSet6",
81        sourceUrl: "./../../csv-data/csco_daily_short.csv",
82        externalSourceCache: true,
83        csvSettings: {
84          ignoreFirstRow: true,
85          rowsSeparator: "\n",
86          columnsSeparator: ","
87        },
88        locale: {
89          dateTime: {
90            format: "%yyyy%MM%dd"
91          }
92        }
93      },
94      {
95        id: "dataSet7",
96        sourceUrl: "./../../csv-data/ibm_daily_short.csv",
97        externalSourceCache: true,
98        csvSettings: {
99          ignoreFirstRow: true,
100          rowsSeparator: "\n",
101          columnsSeparator: ","
102        },
103        locale: {
104          dateTime: {
105            format: "%yyyy%MM%dd"
106          }
107        }
108      }
109    ],
110    dataProviders: {
111      generalDataProviders: [
112        {
113          dataSet: "dataSet1",
114          id: "s1",
115          fields: [
116            {
117              type: "Close",
118              column: 4,
119              approximationType: "Close"
120            }
121          ]
122        },
123        {
124          dataSet: "dataSet2",
125          id: "s2",
126          fields: [
127            {
128              type: "Close",
129              column: 4,
130              approximationType: "Close"
131            }
132          ]
133        },
134        {
135          dataSet: "dataSet3",
136          id: "s3",
137          fields: [
138            {
139              type: "Close",
140              column: 4,
141              approximationType: "Close"
142            }
143          ]
144        },
145        {
146          dataSet: "dataSet4",
147          id: "s4",
148          fields: [
149            {
150              type: "Close",
151              column: 4,
152              approximationType: "Close"
153            }
154          ]
155        },
156        {
157          dataSet: "dataSet5",
158          id: "s5",
159          fields: [
160            {
161              type: "Close",
162              column: 4,
163              approximationType: "Close"
164            }
165          ]
166        },
167        {
168          dataSet: "dataSet6",
169          id: "s6",
170          fields: [
171            {
172              type: "Close",
173              column: 4,
174              approximationType: "Close"
175            }
176          ]
177        },
178        {
179          dataSet: "dataSet7",
180          id: "s7",
181          fields: [
182            {
183              type: "Close",
184              column: 4,
185              approximationType: "Close"
186            }
187          ]
188        }
189      ],
190      scrollerDataProviders: [
191        {
192          dataSet: "dataSet1",
193          column: 4
194        }
195      ]
196    }
197  },
198  settings: {
199    rangeSelector: {
200      enabled: true
201    },
202    dataGrouping: {
203      enabled: true,
204      maxVisiblePoints: 720
205    },
206    insideMargin: {
207      left: 35
208    },
209    charts: [
210      {
211        legend: {
212          dateTime: {
213            enabled: false
214          },
215          title: {
216            width: 75
217          }
218        },
219        valueAxes: {
220          primary: {
221            scale: {
222              mode: "PercentChanges"
223            },
224            labels: {
225              position: "Outside",
226              valign: "Center",
227              showFirst: true,
228              showLast: true,
229              format: "{%Value}{numDecimals:0}%"
230            }
231          }
232        },
233        seriesSettingsDefaults: {
234          lineSeries: {
235            thickness: 1
236          }
237        },
238        seriesList: [
239          {
240            type: "Line",
241            dataProvider: "s1",
242            color: "#0066DD",
243            name: "^DJI"
244          },
245          {
246            type: "Line",
247            dataProvider: "s2",
248            color: "#4942CC",
249            name: "^IXIC"
250          },
251          {
252            type: "Line",
253            dataProvider: "s3",
254            color: "#FF9900",
255            name: "^GSPC",
256            legendItem: {
257              lineBreak: true
258            }
259          },
260          {
261            type: "Line",
262            dataProvider: "s4",
263            color: "#008000",
264            name: "MSFT"
265          },
266          {
267            type: "Line",
268            dataProvider: "s5",
269            color: "#DC3912",
270            name: "ORCL"
271          },
272          {
273            type: "Line",
274            dataProvider: "s6",
275            color: "#886526",
276            name: "CSCO"
277          },
278          {
279            type: "Line",
280            dataProvider: "s7",
281            color: "#66A012",
282            name: "IBM"
283          }
284        ]
285      }
286    ],
287    timeScale: {
288      isOrdinal: true,
289      maxTicksCount: 15,
290      selectedRange: {
291        type: "Custom",
292        startDate: "2007-01-02",
293        endDate: "2009-07-02"
294      }
295    },
296    scroller: {
297      enabled: true
298    }
299  }
300}

The information contained in this website is for general information purposes only. All sample data provided on this site is for demonstration purposes only.


The logos and names of other companies and products mentioned on this site are copyright and/or trademarks of their respective owners.


The content on this site, including news, quotes, data and other information, is provided for your personal information only, and is intended for demonstration purposes only. Content on this site is not appropriate for the purposes of making a decision to carry out a transaction or trade. Nor does it provide any form of advice (investment, tax, legal) amounting to investment advice, or make any recommendations regarding particular financial instruments, investments or products.


In no event AnyChart will be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.


This site may point to other Internet sites that may be of interest to you, however AnyChart does not endorse or take responsibility for the content on such other sites.


Market data and News provided by and copyright RediNews, Incorporated.