I think I've found a problem with the canvas plugin. Due to the way it provides a color for a line. For example:
"rgb(40,50,40)" All this as a string, we can't use a gobal variable of our project.
For instance:
Value= 50;
"rgb(Value, 10, 10)" Won't work at all.
Anyone knows how to solve this? Is there any way to bypass this situation?