So I added an annotation to the bottom left of the chart based on pixels, but depending on the series data that loads, the chart squishes or expands - even though the height is set - and the annotation moves around. As I do not know what the first result will be, I can't bind by column. Is there a way to say for annotation to be in the bottom left and adjust automatically when the chart changes size?
Here is what I was doing:
var chart = new ej.charts.Chart({
width: '1020',
height: '500',
annotations: [{ // watermark for chart
content: 'XXXXX Report™
',
x: 120,
y: 450,
coordinateUnits: 'Pixel',
},more options after these