Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
Type – integer
Sample value5000

...

waterfalltemplate

Defines a system-wide default waterfall.

Configured on page – Configuration > PriceAnalyzer > Default Waterfall
See alsoDefault Waterfall
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",
        …​.
   }
}