255256257258259260261262263264265266
else if (chartType == ReportChart.DIAL_CHART || chartType == ReportChart.THERMOMETER_CHART) { while (rs.next()) { ChartValue chartValue = new ChartValue(); chartValue.setValue(rs.getDouble(1)); list.add(chartValue); } }