new SolidColor("#8bbc21"), new SolidColor("#910000"),
new SolidColor("#1aadce"), new SolidColor("#492970"),
new SolidColor("#f28f43"), new SolidColor("#77a1e5"),
new SolidColor("#c42525"), new SolidColor("#a6c96a"));
Style style = new Style();
style.setFontFamily(DEFAULT_FONT);
style.setFontSize("12px");
getChart().setStyle(style);
getChart().setClassName("");
getChart().setPlotBackgroundImage("");
getChart().setPlotBackgroundColor(new SolidColor(255, 255, 255, 0.0));
getChart().setBackgroundColor(new SolidColor("#FFFFFF"));
getChart().setPlotBorderColor(PLOT_BORDER_COLOR);
getChart().setPlotShadow(false);
getChart().setPlotBorderWidth(0);
getTitle().setColor(TITLE_FONT_COLOR);
getTitle().setFontSize("16px");
getTitle().setFontWeight(FontWeight.NORMAL);
getSubtitle().setColor(new SolidColor("#6D869F"));
getSubtitle().setFontSize("12px");
getSubtitle().setFontWeight(FontWeight.NORMAL);
getCredits().setText("Highcharts.com");
getCredits().setHref("http://www.highcharts.com/");
setAxisDefaults(getxAxis());
getxAxis().setGridLineWidth(0);
setAxisDefaults(getyAxis());
getyAxis().setLineWidth(0);
getyAxis().setGridLineWidth(1);
getyAxis().setTickWidth(0);
getyAxis().setMinorTickInterval(TickIntervalStyle.NONE);
getTooltip().setBackgroundColor(new SolidColor(255, 255, 255, 0.85));
getTooltip().setBorderWidth(2);
getTooltip().getStyle().setColor(new SolidColor("#333333"));
getLegend().setBorderRadius(5);
getLegend().setBackgroundColor(new SolidColor(255, 255, 255, 0));
getLegend().setBorderColor(GRAY2);
getLegend().getItemStyle().setColor(TITLE_FONT_COLOR);
getLegend().getItemStyle().setPosition(StylePosition.RELATIVE);
getLegend().setItemHoverStyle(new Style());
getLegend().getItemHoverStyle().setColor(new SolidColor("#000"));
getLegend().setItemHiddenStyle(new Style());
getLegend().getItemHiddenStyle().setColor(new SolidColor("#CCC"));
getPlotOptions().getArearange().setShadow(false);
getPlotOptions().getAreasplinerange().setShadow(false);