Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
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.