miloschuman / yii2-highcharts

Highcharts widget for Yii 2 Framework
http://www.yiiframework.com/extension/yii2-highcharts-widget/
MIT License
166 stars 63 forks source link

Ajax call to database #51

Open indicalabs opened 7 years ago

indicalabs commented 7 years ago

@miloschuman I am trying to load the data using ajax call, the data from ajax call is

[{"vtime":1482847266755,"value":"30.14"},{"vtime":1482847266776,"value":"20.14"},{"vtime":1482847266779,"value":"10.14"},{"vtime":1482847267320,"value":"40.14"},{"vtime":1482847270248,"value":"50.14"},{"vtime":1482847274161,"value":"60.14"}]

This the same data as in example from

http://www.highcharts.com/samples/data/jsonp.php?filename=aapl-c.json&callback=jQuery22405369030577645066_1482921042627&_=1482921042628

How to load the highstock chart? Should the column names to be changed? Thank you.