我需要在学分线下划线。如果我采用jsfiddle 示例并从 API 添加 itemStyle 它将不起作用。即使只有 textDecoration。这里有什么诀窍?textDecoration 似乎适用于图例。
credits: {
text: 'Example.com',
href: 'http://www.example.com',
itemStyle: {
textDecoration: 'underline',
cursor: 'pointer',
color: '#909090',
fontSize: '10px'
}
},