Rank: Advanced Member
Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered Joined: 1/3/2011(UTC) Posts: 483
Thanks: 0 times Was thanked: 87 time(s) in 87 post(s)
|
Hi, the data needs to in this format: [[xValue, high, low, open, close], ...] Here is a sample code: Code:$('#jqChart').jqChart({ series: [ { type: 'stock', data: [["A", 13.03, 12.32, 12.36, 13.01], ["B", 12.55, 11.19, 11.96, 12.03], ["C", 12.35, 11.47, 12.2, 12.19]] } ] }); Best Regards, Dragan Matek jqChart Inc.
|