views:

80

answers:

2

Hi,

I just upgraded from Dojo 1.4.3 to 1.5.0 and noticed that my legend is now missing. Anyone else have this problem??

I keep receiving the following error:

o is undefined in dojo.js line 73

This error occurs when

chart1.render(); //Graph shows but error causes the rest of the code in that javascript function to not execute (So, not legend because it's created after chart1.render(); line.

executes. Works perfect in release 1.4.3.

A: 

Does charting tests work for you? Go to Dojo Nightly Charting Tests and select a test, which uses Tooltips, e.g., test_event2d.html. If it works for you, see what is different in your setup. If you found the difference, and it is related to Dojo, please file a bug. Don't forget to mention a browser you use, and attach a minimalistic test case as a file.

Eugene Lazutkin
Yes, the test page works for me. My code blows up on chart1.render(), not on the tooltip code. I'll try to narrow it down to see what the difference is. I'll report back soon.
GoinOff
See my post above for details on the problem.
GoinOff
A: 
GoinOff
I think you should. At least you can attach the full HTML file to the bug report.
Eugene Lazutkin
Filed Ticket #11522http://bugs.dojotoolkit.org/ticket/11522
GoinOff