require.config({ paths: { "DA-ITSI-CP-windows-dashboards": "../app/DA-ITSI-CP-windows-dashboards/js/DA-ITSI-CP-windows-dashboards", }, }); require([ 'DA-ITSI-CP-windows-dashboards/components/dnsperformanceview', 'splunkjs/mvc/simplexml/ready!', '/static/app/DA-ITSI-CP-windows-dashboards/js/common/contrib/jquery-3.5.0.min.js', ], function(DNSPerformanceView) { var report = new DNSPerformanceView({ "id": "dns_performance_chart", "managerid": "dns_performance_query", "el": $("#dns_performance_chart") }).render(); });