Responsive Layout in JQuery PivotGauge widget
8 Feb 20181 minute to read
The pivot gauge widget supports responsive rendering based on the target device (desktop and tablet) resolution. It supports resolution upto 1024x600. You can enable the responsiveness in the pivot gauge by setting the isResponsive
property to true.
$("#PivotGauge1").ejPivotGauge({
//....
isResponsive: true
});
Normal View
Responsive View