Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
strokeDashoffset: 2000
}),
animate(
1000,
style({
strokeDashoffset: 0
})
)
])
])
],
changeDetection: ChangeDetectionStrategy.OnPush,
selector: 'g[ngx-charts-line]',
templateUrl: './line.component.html'
})
export class LineComponent extends Swimlane.LineComponent {
@Input()
strokeWidth = '1.5px';
}