I am using Angular 2 component
I am generating a schedule using a custom timeline using the this.config.timeline. However when I schedule it adds a black boarder between each cell. I need to remove this and the control does not seem to remove this even though i add
args.cell.width= "0";
How do i get rid of the black boarder as shown in the attached image?