Almar Schouten

Results 5 comments of Almar Schouten

Hello all, I had the same problem but found the following work-around (or hack). The snipped is from Angular code; `this.parentNativeElement` points to the parent element that needs to scroll....

@Maazaowski, Yes, you can also solve the problem when using html/javascript. It is a workaround, so we're not solving the underlying problem. The mouse events are captured by the graph,...

Hi all, I wrote the following enum converter base class to help me out. ```javaScript export class EnumConverter implements JsonCustomConvert { validValues: string[]; constructor(private enumType: unknown, private enumName: string) {...

Hey @andreas-aeschlimann, It would be cool if I can contribute via a PR. I'll give it a try ;-)

Hi @daniele-zurico, can you give a hint on how you fixed it? I'm trying to use the component in a module and I think I'm running into the same problem.