Chart Integratio with dhtmlx_layout

I am trying to attach a Chart to a dhtmlx_layout object. The Layout Object shows up fine, but
the Chart never shows up at all ?

CODE SNIPPIT:

You have placed html tag into javascript code:

mp_layout_r1.cells("a").attachChart({ ....

So, Chart is not initialized due to script error.

You should not include container property in Chart config if it is attached in Layout cell. Here is the sample with Chart in Window:

dhtmlxSuite/dhtmlxChart/samples/09_integration/03_windows.html

Thanks for your help …

Jim

Alexandra,

I cant find the example you site, do you have a URL to it???

Jim

dhtmlx.com/docs/products/dht … ndows.html