Hello,
following situation: I have a Chart painted on a Tab with the Dojox Charting Engine. So far, everything works fine. But now i want to paint a few primitives (rects) with SVG for several reasons ON this Chart. I have tried to create a rect node and appended it right behind the polyline svg elements (The Polylines are the Chartlines).
But the rect does not get displayed! When i inspect the code in Firebug, my rect element seems to be on the right place, but the element is not get painted! can please somebody help or give me a workaround?? Would be great. Thank you!

Can you post the code?
Not going to have any idea what's going without seeing some code; just wrap it in "javascript" tags, the forums will display it correctly.