2

我试图将时钟放在图像顶部,但我不知道如何使 SVG 的背景透明。

http://jsfiddle.net/YWUvU/

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

1 回答 1

6

放:

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

见:http: //jsfiddle.net/YWUvU/1/

于 2013-06-03T11:25:10.007 回答