see below:
I want white border area to be the same color as the ChartArea
for my ChartArea I have:
public chartArea: Object = {
border: {
width: 0
},
background: "#001938"
};
but I want the white border to be #001938
when I inpsect the page I see the ,ejs-chart tag but inside it I see <svg> tag
see below: Is there a way tostyle the rect tag with the same color, currently I see the fill as #FFF but I want it tobe #001938
the svg and rect are generated by the Syncfusion ? Yes /No
This is what I want

Thanks
Jawahar Rajan