Layout

28 Jun 20171 minute to read

Row-wise Layout

Gauges can be arranged in specified number of rows by using the e-rowsCount property.

  • JAVASCRIPT
  • <div ng-controller="PivotGaugeCtrl">
        <div id="PivotGauge1" ej-pivotgauge e-rowsCount=2 />
    </div>

    Column-wise Layout

    Gauges can be arranged in specified number of columns by using the e-columnsCount property.

  • JAVASCRIPT
  • <div ng-controller="PivotGaugeCtrl">
        <div id="PivotGauge1" ej-pivotgauge e-columnsCount=2 />
    </div>