我使用highcharts JoeKuan,但我尝试过设置标题,都失败了。
JoeKuan HighCharts:https://github.com/JoeKuan/Highcharts_Sencha/
我尝试了很多例子,也许JoeKuan的高图集标题是错误的?
chart.setTitle({
text: 'New title ' + i++
});
错误:TypeError: chart.setTitle is not a function
或
chart.options.subtitle.text = 'Sales';
或
chart.title = "a"
任何想法?