Forum Moderators: mack
The information is sort of like this:
Chicago: 120,000
New York: 175,000
Denver: 98,000
Atlanta: 140,000
I was thinking of using a table with two tables cells on each row. The first cell would contain the name of the data item (city name, in this example). The second cell would be a <div> with a background color and a width that would correspond to the value (say, 120 pixels wide to represent 120,000).
Is this a good idea? Has anyone else used HTML to graphically display data in this manner?
<afterthought> thinking about it, it is probably semantically correct to display a bar chart using tables, giving the header columns a title and the table a summary description, your choice...</afterthought>