Data Visualization with Flex, Part I

Home » Data Visualization with Flex, Part I

Data Visualization with Flex, Part I

Test your understanding of the article Data Visualization with Flex, Part I by answering the following short quiz. Best of luck!

1. How can a visualization like a line graph or bar graph be more valuable than a table of data?
2. What is the first step to take with your data when planning for a visualization?
3. What tag do you use to import data from a text file into Flex?
4. If your JSON text string is stored in a variable called rawData, how do you use the Adobe Labs JSON serialization library to convert it into ActionScript objects?