@kit-data-manager/visualization-component
Version:
The visualization-component is a dynamic, interactive graph component built using D3.js. It is designed to render graphs based on provided JSON data, making it ideal for visualizing complex relationships and networks in an intuitive manner.
17 lines (12 loc) • 944 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-5c6771f4.js');
const appGlobals = require('./app-globals-3a1e7e63.js');
const defineCustomElements = async (win, options) => {
if (typeof window === 'undefined') return undefined;
await appGlobals.globalScripts();
return index.bootstrapLazy([["visualization-component.cjs",[[1,"visualization-component",{"size":[1],"showAttributes":[4,"show-attributes"],"showPrimaryLinks":[4,"show-primary-links"],"data":[1],"excludeProperties":[1,"exclude-properties"],"showDetailsOnHover":[4,"show-details-on-hover"],"showLegend":[4,"show-legend"],"configurations":[8]},null,{"data":["inputDataChanged"],"showAttributes":["showAttributesChanged"],"showPrimaryLinks":["showPrimaryLinksChanged"]}]]]], options);
};
exports.setNonce = index.setNonce;
exports.defineCustomElements = defineCustomElements;
//# sourceMappingURL=loader.cjs.js.map