I want to render whole sheet using nebula, please help me out with this.
I see that this was never answered. I'm trying to do the same thing in Angular 12 and I'd like to know if it's possible.
When I try to render a sheet, I get an error like this:
This is similar to the error that I see when I forget to register my visualization type with the embed configuration. For example:
A snippet of my rendering code looks like this:
const n = embed(app);
n.render({
id: '412c0ed8-6b64-4af1-bac1-1dd998f8aa9d',
element: renderDiv
});
Per the information here, I assume I get the above error because I haven't registered the type for the "combochart" in the embed configuration. However, I don't see a corresponding type for a "sheet" like other visualizations. And the 'undefined' in the first error makes me think a sheet may not even have a type the way other visualizations do.
Can someone tell me if it's possible to render a sheet using Nebula.js? And if so, can you provide a hint as to how to do it?
For anyone who may be looking for an answer to this question... I asked Qlik Support and they said you can't render an entire sheet using Nebula.js/Stardust. They recommended voting for this enhancement request for adding an entire sheet to a Mashup. I assume you would then render the Mashup using Nebula.js.