Chart
@xngui/components/chart@xngui/components/chartData visualization chart container.
Preview
import { Component } from '@angular/core';
import { XChart } from '@xngui/components/chart';
@Component({
selector: 'app-example',
imports: [XChart],
templateUrl: './chart.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.