I am using LightningChartJS to create a scatter chart. is there a way in which I can add custom shapes or images as point shape.say maybe small images/icons of laptops and smartphones instead of squares or circles?
const smartPhonesSeries = chart.addPointSeries({ pointShape: PointShape.Circle })
const laptopsSeries = chart.addPointSeries({ pointShape: PointShape.Square })
const laptopsSeries = chart.addPointSeries({ pointShape: PointShape.Square })