Responsive Layout

28 Jun 20171 minute to read

PivotGauge widget supports responsive rendering based on the target device (desktop & tablet) resolution. It supports resolution upto 1024x600. You can enable responsiveness in PivotGauge by setting e-isResponsive property to true.

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

    Normal View

    Responsive View