Hamster
Resident Rodent
- Joined
- Aug 22, 2006
- Messages
- 42,928
@hamster.
Would you be open for the possibility of helping me getting that bloomberg data displays using say: http://www.highcharts.com/
Since form what I read on http://www.highcharts.com/ is that they give you the charting software, but you will need to feed your own data and me being a front end fundi I am at a bit of lost when it comes to how to pull in data.
This is for my personal website ( I have someone else going atm that I am building there, but would like to use the beauty of http://www.highcharts.com/ with actual data. ) Let me finish this site of mine as it is then I will pm you the link to see what I mean, if that is okey with you?
I'll guide you, sure, but all you really need to do is pull that feed data (AJAX request) and eval the response data (since it is JSON it will be converted into a JS object). Last time I did this was with prototype.js almost 8 years ago so things may have become a lot easier. JQuery possibly does the eval automagically for you in these days.

