Description
Description
Hi,
I am testing this extension with NPrinting and I have some problems with the rendering.
NPrinting has some requirements on extensions. Could you, please, confirm that they are met?
-
A third-party extension can be used as a table if:
The object contains exactly one hypercube.
The hypercube is either straight or stacked. -
Qlik NPrinting does not support the exporting or printing of visualization extensions that use:
External resources.
External and undocumented JavaScript modules or APIs. -
Did you use the paint method to inform Qlik NPrinting that the extension has finished rendering. Otherwise, you could have blank or partially rendered images?
// ...,
paint : function() {
return qlik.Promise.resolve();
}
// ...
[Description of the issue]
Steps to Reproduce
- [Step one]
- [Step two]
- ...
Expected behavior
[What you expected to happen]
Actual behavior
[What actually happened]
[Please include log files (e.g. Qlik Sense Server logs or Chrome Dev Tools' console output to the issue).]
Environment
Operating system
[ ] Windows
[ ] OSX
[ ] Linux
Qlik Sense
[ ] Desktop
[ ] Enterprise
Browser
[ ] Chrome
[ ] Firefox
[ ] Internet Explorer
[ ] Edge
[ ] Others: XXX
Versions
- Extension version: [Version of the extension]
- Browser:
- Qlik Sense Desktop: [Version of Qlik Sense Desktop]
- Qlik Sense Enterprise: [Version of Qlik Sense Enterprise]
- Operating system:
- [Other relevant versions]