Dashboards.JS displays interactive dashboards entirely in the browser using the same viewer as Reports.JS.
var viewer = new Stimulsoft.Viewer.StiViewer(null, "StiViewer", false);

var report = Stimulsoft.Report.StiReport.createNewDashboard();
report.loadFile("../dashboard/Christmas.mrt");

viewer.report = report;
viewer.renderHtml();
How it works. A dashboard is a StiReport created with createNewDashboard() and loaded from an .mrt file. Assigning it to viewer.report and calling renderHtml() draws the interactive dashboard — charts, tables, gauges and filters — in the page.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.