我想在我的Highstock中添加一个图例:
Legend legend = new Legend();
legend.setAlign(Legend.Align.RIGHT);
legend.setBackgroundColor("#CCCCCC");
legend.setShadow(true);
stockChart.setLegend(legend);
我正在使用GWT Highchart API,它是Google Web Tookit的包装器:
http://www.moxiegroup.com/moxieapps/gwt-highcharts/
但不知怎的,传说永远不会出现,而图则出现:/ 有人可以帮忙吗?