Hi All,
I am building a network graph extension using nebula.js with 2 hypercubes, 1 for the nodes and 1 for the edges. The tutorial on qlik.dev (https://qlik.dev/libraries-and-tools/nebulajs/configuring-data) goes through how to configure multiple hypercubes, but does not go further to explain how to configure the property panel to populate the hypercubes with dimensions and measures.
When I reuse the "data" component in the property panel, a new hypercube is created and the data is added to it instead of the 2 hypercubes I defined at the start.
(I want to add the data to /nodes/qHyperCube, but using the "data" component automatically creates a new hypercube and updates /qHyperCube instead)
How do I configure the property panel so that I get to add dimensions and measures to the 2 hypercubes separately?
Thank you in advance