In this video I'll show how to do the sorting using the graph.
Github - https://github.com/rohityoutube/Sorti...
Adding the Ngx-chart Steps
1. Create the new project - ng new mycharts
2. Install ngx-charts package - npm install @swimlane/ngx-charts --save
3. Add this cdk also - npm install @angular/cdk --save
4. Import the NgxChartsModule and BrowserAnimationsModule in the app module.
import { NgxChartsModule }from '@swimlane/ngx-charts';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';