New Control Parameters

New Application Constants

The default.constants.js file is located in the apq-c3-custom/js folder within the web app directory of the root install directory of your Apliqo Application server.

This file stores default constants for the Apliqo UX application. The 2021.11 FP2 version includes the following new application constants:  

'DEFAULT_BATCHSIZE': 10000

  • new option allowing to set the target batch size (by default set to 10000), which is the maximum number of displayed elements in e.g.  global filters / subset editor.

New Advanced Options

Version 2021.11 FP2 includes the following new advanced options to control the features and behavior of Widgets in UX applications.

Highcharts

In 2021.11 FP2 users have the possibility to override First and End Point colors in Waterfall Chart (this option was earlier only available for the Single Element Waterfall)

{
  "chartOptions": {
    "waterfall": {
        "singleFirstPoint": {
        "color": "#c100deFF"
      },
      "singleEndPoint": {
        "color": "#bbff17FF"
      }
    }
  }
}
Click to copy
Filterbar

"waitForSubnmsRendered": Generate all subnm information for every global filter dimension before rendering page contents. By default this option is false. Setting to true can have performance implications as extra requests will be required.

{
  "filterbar": {
    "waitForSubnmsRendered": false
  }
}
Click to copy

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.