When creating an annotation on a chart, I noticed that no matter what I 
specifically set the width and height to, the annotation is always the 
entire size of the chart.

For example, I am creating an annotation that extends Canvas, setting 
width = 15, height = 20.

When I trace out the width and height, they are the dimensions of my 
entire chart, 707 x 500. Adding an outline to the annotation that its 
size matches exactly the size of the chart.

This is affecting the hit area of a sprite I put underneath the 
annotations because the Sprite now no longer gets roll_over events 
because the annotation's area covers the whole graph.

Any ideas on why the annotations are the size of the entire chart, or 
how to get around this issue?  Setting mouse_enabled = false on the 
annotations is not a viable options, as I need to be able to click on 
them.

Reply via email to