Hi there, was wondering if it would be possible to populate a graph with data from an array in some form of loop.
Currently i am getting data from one xml file into 2 separate arrays filled with 'company names' and 'price' and i want to be able to create a bar graph showing the list of companies and the different prices. Currently i can only get 1 company showing.
Any suggestions? I've been messing around with for loops but so far have been unsuccessful.
Cheers
Nick