Class PivotWidgetBuilder

java.lang.Object
com.illumon.iris.console.utils.PivotWidgetBuilder

@ScriptApi
public class PivotWidgetBuilder
extends Object
Helper class to build a Pivot Widget and set all of its options. Example Usage: pw = PivotWidgetBuilder.pivot(t, "rowCol", "titleCol", "valueCol").sum().across().down().show()