I am using Dojo 1.1.0 trying to make a "Columns" chart. The chart works great in Firefox (2) but in IE 6 and 7 I get a JavaScript error and no chart. The error is:
'text' is null or not an object
I found out I can get the error to go away if I remove the chart labels. Below is the original code:
chart1.addAxis("Age", {labels: [{value: 1, text: "5-17"},
{value: 2, text: "18-21"},
{value: 3, text: "22-29"},
{value: 4, text: "30-39"},
{value: 5, text: "40-49"},
{value: 6, text: "50-64"},
