Skip to content

Dashboard scripts

Options for the placing are either first or last. The size parameters sets the width of the graph area, using bootstrap code.

$olap.setLayoutGraph("first","XS12","SM12","MD12","LG12")

Options for the placing are either first or last.

$olap.setLayoutGraphPosition("first")

Sets the width of the graph area, using bootstrap code.

$olap.setLayoutGraphSize("XS12","SM12","MD12","LG12")

Sets the width of the drillreport area, using bootstrap code.

$olap.setLayoutGridSize("XS12","SM12","MD12","LG12")

Options for the placing are either first or last. The size parameters sets the width of the KPI area, using bootstrap code.

$olap.setLayoutKpi("first","XS12","SM12","MD12","LG12")

Options for the placing are either first or last.

$olap.setLayoutKpiPosition("first")

Sets the width of KPI area, using bootstrap code.

$olap.setLayoutKpiSize("XS12","SM12","MD12","LG12")

Dashboard areas

Dashboard example 1

$olap.setLayoutGraph("last","XS12","SM12","MD3","LG3")
$olap.setLayoutGridSize("XS12","SM12","MD9","LG9")
$olap.setMainGraphHeight(33)

Dashboard example 2

$olap.setLayoutKpi("last","XS12","SM12","MD3","LG3")
$olap.setLayoutGridSize("XS12","SM12","MD9","LG12")
$olap.setGridHeight(60)
$olap.setLayoutGraph("last","XS12","SM12","MD12","LG9")

Dashboard example 3

$olap.setNumberOfKpiRows(3)
$olap.setLayoutGridSize("XS12","SM12","MD9","LG12")
$olap.setGridHeight(60)
$olap.setLayoutGraph("first","XS12","SM12","MD12","LG9")
$olap.setLayoutKpi("first","XS12","SM12","MD3","LG3")