Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
$viewer = new StiViewer();
$viewer->options->appearance->theme = StiViewerTheme::Office2022BlackTeal;
$viewer->options->appearance->backgroundColor = 'black';
$viewer->options->appearance->fullScreenMode = true;
$viewer->options->toolbar->showFullScreenButton = false;options->appearance->theme — one of the StiViewerTheme presets that restyles the whole viewer UI.options->appearance->backgroundColor — the color behind the dashboard.