Advanced Configuration Options (Charts)

chartBandByColors

Defines the Band by color (available for Bubble and Scatter charts).

Type – text

chartEmbeddedBoxplotSeriesColor

Defines a color for all Box Plot series which get embedded in another series.

Configured on page – Administration > Configuration > Analytics > General Chart Settings

See alsoGeneral Chart Settings

Type – text

Sample value#99CC00

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 alsoGeneral Chart Settings

Type – integer

Sample value5000

chartHeatmapColors

Defines the min and max colors for the interpolated color axis in Heatmap charts.

Configured on page – Administration > Configuration > Analytics > General Chart Settings

See alsoGeneral Chart Settings

Type – text

Sample value#EFEFFF;#003875

chartHighchartsTheme

Sets a global Highcharts theme definition which customizes fonts, colors and other rendering options.

Configured on page – Administration > Configuration > Analytics > General Chart Settings

See alsoGeneral Chart Settings

Type – json object

chartSeriesColors

Defines default colors for the chart’s series.

Configured on page – Administration > Configuration > Analytics > General Chart Settings

See alsoGeneral Chart Settings

Type – text

Sample value#2f7ed8;#0d233a;#8bbc21;#910000;…

chartUseUTC

If set to true, the UTC time is used for axis scaling.

Configured on page – Administration > Configuration > Analytics > General Chart Settings

See alsoGeneral Chart Settings

Type – boolean

Sample valuefalse

chartWaterfallSeriesColors

Defines colors for the waterfall or waterfall comparison charts series.

Configured on page – Administration > Configuration > Analytics > General Chart Settings

See alsoGeneral Chart Settings

Type – text

Sample value#345282;#00FF00;#FF0000;#ADD8E6;#A7C36C;#C86461;#00CCFF;#00FF00;#FF9900

flexChartTemplates

Defines the FlexChart templates.

Configured on page – Administration > Configuration > Templates > FlexChart Templates

See alsoFlexChart 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 alsoHome Page

Type – json array

Sample value[
    "pricelist", 
    "rebateManager", 
    "promotionManager", 
    "priceShop"
]

waterfalltemplate

Defines a system-wide default waterfall.

Configured on page – Configuration > PriceAnalyzer > Default Waterfall

See alsoDefault Waterfall

Type – json object

Found an issue in documentation? Write to us.