jqcloud1 cloudchart java 데이터 부분 List cloudChartListN = new ArrayList(); Map chartMap = new HashMap();chartMap.put("text", childList.get(cnt).getLabel());chartMap.put("weight", childList.get(cnt).getFrequency()); cloudChartListN.add(chartMap); model.addAttribute("cloudChartListN", new Gson().toJson(cloudChartListN)); jsp 부분 function cloudChart() { var word_list = eval('${cloudChartListN}');$("#wordCloudNT").jQCloud(.. 2020. 4. 6. 이전 1 다음