Is your feature request related to a problem? Please describe.
The max number of output lines is too small for some graphs. The number is exceeded and causes an error.
Describe the solution you'd like
The solution is very simple : change the variable's type "outLineLimit" from int to long int.
Is your feature request related to a problem? Please describe.
The max number of output lines is too small for some graphs. The number is exceeded and causes an error.
Describe the solution you'd like
The solution is very simple : change the variable's type "outLineLimit" from int to long int.