}
private Response getChart(String target, int width, int height, String from, String to, BigDecimal warnThreshold, BigDecimal errorThreshold, boolean hideLegend,
boolean hideAxes) {
LegendState legendState;
if (hideLegend) {
legendState = LegendState.HIDE;
} else {
legendState = LegendState.SHOW;
}