Chart in tab bar

I dont want to attach chart in tabbar.
Can I have chart inside a div with in a tab bar?

[code]

[/code]

Hello,

you may use attachChart method to attach Chart to Tabbar, Layout, Accordion or Window:

//tabbar.setContent(“a1”, “tab1”);

barChart2 = tabbar.cells(“a1”).attachChart({
view: “stackedBar”,
value: “#unsold#”,

});

Chart configuration won’t contain container property. And you’ll need to include dhtmxTabbar/codebase/dhtmlxcontainer.js library.