Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
StiDesigner, load a dashboard, and serve the framework response.designer = StiDesigner()
if designer.processRequest(request):
return designer.getFrameworkResponse()
report = StiReport()
report.loadFile(url_for('static', filename='reports/WebsiteAnalytics.mrt'))
designer.report = report
return designer.getFrameworkResponse()StiDesigner() — the designer component; processRequest/getFrameworkResponse work exactly as for the viewer.designer.report = report — the dashboard the user will edit in the browser.