import{Component}from"@angular/core";import{Configuration}from"ng-chartist";
@Component()exportclassSomeComponent{publicconfiguration: Configuration={// Specify the type of chart and the rest of the config will be typedtype: "Bar",// Requireddata: {},// Optionaloptions: {},// OptionalresponsiveOptions: {},};}