+ " return '<b>'+ this.x +'</b><br/>'+ 'Population in 2008: '+ $wnd.Highcharts.numberFormat(this.y, 1) + "
+ " ' millions' " + "}");
InvientCharts chart = new InvientCharts(chartConfig);
ColumnConfig colCfg = new ColumnConfig();
colCfg.setDataLabel(new DataLabel());
colCfg.getDataLabel().setRotation(-90);
colCfg.getDataLabel().setAlign(HorzAlign.RIGHT);
colCfg.getDataLabel().setX(-3);
colCfg.getDataLabel().setY(10);
colCfg.getDataLabel().setColor(new RGB(255, 255, 255));
colCfg.getDataLabel().setFormatterJsFunc(
"function() {" + " return this.y; " + "}");
colCfg.getDataLabel().setStyle(
" { font: 'normal 13px Verdana, sans-serif' } ");
XYSeries seriesData = new XYSeries("Population", colCfg);
seriesData.setSeriesPoints(getPoints(seriesData, 34.4, 21.8, 20.1, 20,
19.6, 19.5, 19.1, 18.4, 18, 17.3, 16.8, 15, 14.7, 14.5, 13.3,
12.8, 12.4, 11.8, 11.7, 11.2));