...
chartExceedThreshold
Define the boost mode threshold for Highcharts. If the number of data points is higher than this value, the boost mode will be triggered to ensure good UI performance. As a consequence, some features, such as drilldown or exclude, will not be supported. Additionally, a warning message will be displayed on the screen to inform the user about this fact. The default value is 5000.
Configured on page – Administration > Configuration > Analytics > General Chart Settings
See also – General Chart Settings
Type – integer
Sample value –
5000
...
flexChartTemplates
Defines the FlexChart templates.
Configured on page – Administration > Configuration > Templates > FlexChart Templates
See also – FlexChart Templates
Type – json object
pfxContextualAction_<actionName>
Creates new action button on specified page - e.g. Analytics Chart or Dashboard.
Type – json object
Sample value –
{
"name":"Create Action",
"page":"dashboardPage",
"contextLinking": {
"targetPage":"newModelPage",
….
}
}
startPagePanels
Allows you to define at the partition level the list of portlets that will be displayed on the Home page.
Configured on page – Administration > Configuration > System Configuration > Home Page
See also – Home Page
Type – json array
Sample value –
[
"pricelist",
"rebateManager",
"promotionManager",
"priceShop"
]
...