Dashboard scripts
$olap.setLayoutGraph()
Section titled “$olap.setLayoutGraph()”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")$olap.setLayoutGraphPosition()
Section titled “$olap.setLayoutGraphPosition()”Options for the placing are either first or last.
$olap.setLayoutGraphPosition("first")$olap.setLayoutGraphSize()
Section titled “$olap.setLayoutGraphSize()”Sets the width of the graph area, using bootstrap code.
$olap.setLayoutGraphSize("XS12","SM12","MD12","LG12")$olap.setLayoutGridSize()
Section titled “$olap.setLayoutGridSize()”Sets the width of the drillreport area, using bootstrap code.
$olap.setLayoutGridSize("XS12","SM12","MD12","LG12")$olap.setLayoutKpi()
Section titled “$olap.setLayoutKpi()”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")$olap.setLayoutKpiPosition()
Section titled “$olap.setLayoutKpiPosition()”Options for the placing are either first or last.
$olap.setLayoutKpiPosition("first")$olap.setLayoutKpiSize()
Section titled “$olap.setLayoutKpiSize()”Sets the width of KPI area, using bootstrap code.
$olap.setLayoutKpiSize("XS12","SM12","MD12","LG12")
Dashboard Examples
Section titled “Dashboard Examples”
$olap.setLayoutGraph("last","XS12","SM12","MD3","LG3")$olap.setLayoutGridSize("XS12","SM12","MD9","LG9")$olap.setMainGraphHeight(33)
$olap.setLayoutKpi("last","XS12","SM12","MD3","LG3")$olap.setLayoutGridSize("XS12","SM12","MD9","LG12")$olap.setGridHeight(60)$olap.setLayoutGraph("last","XS12","SM12","MD12","LG9")
$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")