animate | defines the configuration of view change animation or disables it |
borderless | used to hide the component borders |
columnWidth | defines the default width for columns (in pixels) |
container | an HTML container (or its ID) where the component should be initialized |
css | the name of the CSS class that will be applied to the view container or the object with styles |
data | JavaScript array containing data for the component |
datatable | configuration of the inner Pivot grid |
datatype | the type of loaded data |
defaultOperation | defines the default data operation |
disabled | indicates whether an item is enabled |
externalProcessing | enables external data processing in Pivot |
fieldMap | defines custom labels for fields |
filterLabelAlign | sets the horizontal alignment of the filters' labels in Pivot Chart |
filterLabelWidth | sets the width of the filters' labels |
filterMap | specifies fields for filtering (see the details) |
filterMinWidth | sets the minimal width of filters (both input and label) in the pivot header |
filterPlaceholder | sets a placeholder for the filter input |
filterWidth | sets the width of filters (both input and label) in the pivot header |
footer | renders a footer with results of operations for columns |
format | specifies the format function for displaying data in all columns |
gravity | sets the view gravity |
headerTemplate | sets the function that fires for each columns' header and returns header text |
height | sets the height of the component |
hidden | defines whether the view will be hidden initially |
id | the ID of a widget |
max | enables/disables GREEN highlighting of a cell(s) with the biggest value in a row |
maxHeight | sets the maximum height for the view |
maxWidth | sets the maximum width for the view |
min | enables/disables RED highlighting of a cell(s) with the least value in a row |
minHeight | sets the minimal height for the view |
minWidth | sets the minimal width for the view |
on | allows attaching custom handlers to inner events of the component |
padding | defines the space between the element borders and content (applies the specified value to all sides). |
paddingX | sets the right and left padding (applies the specified value to both sides) |
paddingY | sets the top and bottom padding (applies the specified value to both sides) |
ping | aborts long processes |
popup | an object with the properties of the configuration popup |
profile | enables profiling (for development stage) |
readonly | disables the possibility to change pivot configuration settings |
readonlyTitle | sets some text in the right top corner instead of the link that opens the popup for configuring pivot |
ready | the event handler is called just after the component has been completely initialized |
removeMissed | defines how to treat items in case of reloading |
scheme | defines schemes for data processing |
separateLabel | separates the label from the Pivot filter and removes limits on the label size |
stableRowId | enables the mode in which rows and columns' ids are saved based on the specified grouping rule |
structure | defines initial display and analysis pattern |
totalColumn | renders a total column for rows according to the column values |
type | defines the layout borders |
url | the URL which the component will use to load data after its initialization |
webWorker | sets the path to the web worker source file |
width | sets the width of a widget |
yScaleWidth | sets the width of the first column |