2013-06-18 70 views
0

我需要信用额度下划线。如果我采用信用的jsfiddle example并从API添加itemStyle,则不起作用。即使只是textDecoration。这里有什么窍门? textDecoration似乎与传说一起工作。Highcharts点数itemStyle无法正常工作

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

回答