如何使Highcharts SVG时钟的背景透明?

时间:2013-05-31 19:36:08

标签: svg highcharts

我正在尝试将时钟放在图像上但我无法弄清楚如何使SVG的背景透明。

http://jsfiddle.net/YWUvU/

chart: {
        type: 'gauge',
        plotBackgroundColor: 'transparent',
        plotBackgroundImage: null,
        plotBorderWidth: 0,
        plotShadow: false,
        height: 200
    },

1 个答案:

答案 0 :(得分:6)

集:

backgroundColor: 'rgba(0,0,0,0)'

请参阅:http://jsfiddle.net/YWUvU/1/