Andre Ravalico

Results 15 comments of Andre Ravalico

Thank you for your answer! unfortunately i am getting the error Types of property 'template' are incompatible. Type '(item: any, element: any, data: any) => string' is not assignable to...

Ok Thank you! And of course thank you for creating and maintaining the whole project!

I have changed the type of the "visOptions" object to any. Does compile then. But vis.js still does not care about the template-option. My breakpoint inside {return .. } does...

I have a timeline-Component ts: ``` import { Component, OnInit, Input, OnDestroy } from '@angular/core'; import { VisTimelineService } from "ng2-vis/components"; import { VisTimelineItems, VisTimelineOptions } from "ng2-vis/ng2-vis"; @Component({ selector:...

Hi, any news concerning this issue? Thank you