I have three months data in an array.
How do I produce a graph of the results on my HTML page?
I thought of doing a bar chart using cells of tables filled in but
it gets complicated to know how tall to fill the cells.
Or, I could use rows with width=xx%, but I'd really like the bars to be vertical rather than horizontal. Any ideas?
- David
How do I produce a graph of the results on my HTML page?
I thought of doing a bar chart using cells of tables filled in but
it gets complicated to know how tall to fill the cells.
Or, I could use rows with width=xx%, but I'd really like the bars to be vertical rather than horizontal. Any ideas?
- David