score:5

Accepted answer

there seems to be a pattern fill plugin.

score:4

you can use highcharts plugin for that. topic is created here.

for example patter for series:

{
    type: 'column',
    data: [148.5, 216.4, 194.1, 95.6, 54.4, 29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6],
    color: {
        pattern: 'http://highcharts.com/demo/gfx/pattern2.png',
        width: 6,
        height: 6,
        // vml only:
        color1: 'red',
        color2: 'yellow'
    }
}

Related Query

More Query from same tag