Published
Edited
Nov 9, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
QdtComponents = require("qdt-components@3.0.1")
Insert cell

capabilityApiAppPromise = {
const { qdtCapabilityApp } = QdtComponents;
const config1 = {
host: 'sense-demo.qlik.com',
secure: true,
port: 443,
prefix: '',
appId: '133dab5d-8f56-4d40-b3e0-a6b401391bde', // Helpdesk
};
return qdtCapabilityApp(config1);
}
Insert cell
app = await capabilityApiAppPromise;
Insert cell
{
const { QdtViz } = QdtComponents;
QdtViz({
element: elementSelections,
app,
options: {
id: 'CurrentSelections',
height: 50,
},
});
QdtViz({
element: elementChart,
app,
options: {
id: 'a5e0f12c-38f5-4da9-8f3f-0e4566b28398',
height: 400,
},
});
}
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more