I was trying to build a pattern as shown in below Stackblitz
https://stackblitz.com/edit/angular-u2stx8
In the above Stackblitz I was not using any external library other than Angular.
I recently came across this beautiful library called ngx-charts which simplifies the work a lot while building complex charts.
It came up with several customising options such as adjusting [Width, Height], Legend Position, Custom Color Scheme etc.,
However, I still couldn't figure if there is an easy way to replace the color schemes with an SVG just like I did it above,
This is how patterns are currently shown:
https://stackblitz.com/edit/ngx-charts-nchtrk
Can I fill the solid colors with SVGs?