y1x4

Results 5 comments of y1x4

层级有错误,textStyle和color之间还有个normal,emphasis下面没有textStyle项,改了就正常了。我花了好多时间才发现的,希望对你有帮助。

textStyle: { fontFamily: 'sans-serif', fontWeight: 'bold', // Color can be a callback function or a color string normal: { color: function () { return ( 'rgb(' + [ Math.round(Math.random() *...

你好,请问找到解决办法了吗

我解决了,title项要放在option项里面,和series项并列,不能放在series项里面。