DHTMLx Touch : Chart in multiview

Hi

Trying to include a chart in a multi view.

Unable to get it through.

Any help?

Sample code attached.

Regards
S.Sekar
MultiViewNoChart.7z (74.2 KB)

Hi,

touch library does not suppport sizes in percent. In your code there are the following lines:

emplate:"#name# (#year#)", select:true, type: { width: “100%” }},
{ view:“list”, id:“tab_Quality”, … type: { width: “100%” }},
{ view:“list”, id:“tab_Automation”, …, type: { width: “100%” }

Try to replace “100%” with “auto” or do not define width at all.

:slight_smile:

Resolved.

G8. Thanks.

S.Sekar