Setting whether to display flashboards with HTML or Adobe Flash
When you perform a fresh install, HTML rendering is the default flashboard rendering. The value of flashboards.showgraphinflash property is 2. When you upgrade to version 19.02, the default flashboard rendering is Flash. The value of flashboards.showgraphinflash property is 1. You can manually change the default behavior of flashboards by changing the settings in the config.properties file.
The config.properties file is installed in the following directory: midTierInstallationDir\WEB-INF\classes\config.properties
Changing the flashboards rendering
You can change the flashboards rendering by changing the flashboards.showgraphinflash setting, which defines the default format to use when displaying flashboards. The options are:
- 1—Use Adobe Flash rendering.
- 2—Use HTML rendering.
Configuring data points on flashboards
You can configure data points on flashboard to create graphs or charts. If the number of data points plotted on a flashboard exceeds the configurable limit of 3000 set by Microsoft, you will see the error message: Cannot display a graph that contains more than {0} data points.
You can change the limit that is set out-of-the-box, by using the following parameter in the Config.properties file: flashboards.maxDataPoints= <numberOfPoints>
For example: