highchartsshadowpanes

Highstocks individual pane shadow


Is it possible to have highstocks make each individual pane have its own shadow, rather than the entire plot area? I tried putting the shadow options in the yAxis field but that does not seem to work:

            yAxis: [{
            title: {
                text: 'OHLC'
            },
            height: 200,
            lineWidth: 2,
            id: 'OHLC',
            //do it here??
                    chart: {
        plotBackgroundColor: '#f2f6fb',
        plotShadow: {
            enabled: true,
            width: 6,
            offsetX: 2,
            offsetY: 2
        }
    },

aaaand jsfiddler: http://jsfiddle.net/abbike18/Ww5Tg/7/


Solution

  • Only shadow for full plotting area is supported, see: http://jsfiddle.net/Ww5Tg/8/

    You have two options: