0

我需要在学分线下划线。如果我采用jsfiddle 示例并从 API 添加 itemStyle 它将不起作用。即使只有 textDecoration。这里有什么诀窍?textDecoration 似乎适用于图例。

    credits: {
        text: 'Example.com',
        href: 'http://www.example.com',
        itemStyle: {
            textDecoration: 'underline',
            cursor: 'pointer',
            color: '#909090',
            fontSize: '10px'
        }
    },
4

1 回答 1

1

使用style,而不是itemStyle,请参阅:http: //jsfiddle.net/SrQaX/7/文档:http ://api.highcharts.com/highcharts#credits.style

于 2013-06-18T14:46:30.970 回答