Unable to load visuals, getting error in the function on importing the component

Can you please tell me what will be the correct code here.
"Result" property on Split method has been replaced a couple of weeks ago with the "Value" property (to be like all other methods) Waiting for the fix, you have to replace Value(Result) errors with Value(Value) [it can looks strange but the first Value makes the string as number, and the second value refers to one of the splitted part of text]
You may have another issue with code.
You have in the code a Sort method using just a simple "Descending" sort order.
A couple of weeks ago, microsoft made mandatory to use the name of the enumeration. So you have to replace it with the correct syntax : "SortOrder.Descending"
Also, for the Gantt component, the dateadd, datediff functions now require TimeUnit to be prefixed the Months and Days.
I still get a division by zero error ... Still searching the reason.
@alexsolex Thanks for the help man. Greatly appreciate it. Any luck with the division by zero error?