How can i add images to the bar columns that scale correctly to the bar heights.
see jsfiddle example below, im trying to do a chart that compares heights using a Skyscraper image as the background for the bar columns, however the background image seems to loop/tile somewhat randomly, how can i fix this.
thanks
color: {
pattern: 'http://www.aperfectworld.org/clipart/buildings/buildings08g.gif',
width: '100%',
height: '100%'
}
I think it may be not possible using patterns, but you can add some images using renderer: http://jsfiddle.net/YZkPX/
Now you need to recalculate x/y/w/h when series is redraw (zoom/show/hide etc.)