Embed a vis.js graph in a tab?

Is it possible to do this? I can, I think, see how to attach said network chart to a cell via the AttachHTML property but have no idea of how (if at all possible) to get it embedded in a tab …

An example of one of the ‘physics’ networks are shown here:

[url]http://visjs.org/examples/network/25_physics_configuration.html[/url]

Many thanks

Should have mined the documentation a little more!

For anyone else puzzling over this it is very simple. Use the appendHTML function on the tabBarCell instance and then (at the appropriate point after page is ready) do this:

Yes, this is correct