In version 9.3 of the Scriptcase was implemented the Lines Trend in the graphics.
See the examples below:
To use this feature, a new extension is required, so for installations before Scriptcase 9.3; your environment not have this file.
Therefore, when enabling this feature a message (as shown below) is displayed.
This extension can be easily enabled through the PHP repository, just install BCMATH.
1- Install the extension
Debian - apt-get install php7.0-bcmath
RedHat - yum install php70w-bcmath
2- Restarting Apache
If desired, we are making the file available to perform the procedure manually.
1- Download the extension bcmath.so
2- Put it on: NetMake/v9/components/apache/ext
3- Access the php.ini file and add the line:
extension=/opt/NetMake/v9/components/apache/ext/bcmath.so
4- Restarting Apache
./sc_apache restart