Highstocks individual pane shadow

89 Views Asked by At

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/

1

There are 1 best solutions below

3
On BEST ANSWER

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

You have two options:

  • try to use plotBands for yAxis, but this may not be sufficient
  • use chart.render.rect() to add rect where you have pane, with color/options you have to