FusionCharts(퓨전차트)
개발/ETC2010. 8. 2. 09:18
728x90
간단하게 Flash로 그래프, 차트를 구현할 수 있다.
간단하게 XML 데이터만 만들어 주면 위와 같이 나온다.
http://www.fusioncharts.com/
사이트에 메뉴얼이 상당히 잘 나와 있는 듯 하고 괜찮은 듯 하다.
근데 복잡한 그래프를 사용할 경우 XML형식을 만드는 것이 삽질을 좀 해야할지도 모르겠다.
은근히 XML 구조가 복잡해 보이는 예제들도 보인다.
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String strXML=""; strXML += ""; strXML += " "; String strPIE=""; strPIE += ""; strXML += " "; strXML += " "; strXML += " "; strXML += " "; strXML += " "; strXML += " "; strXML += " "; strXML += " "; strPIE += " "; //Create the chart - Column 3D Chart with data from strXML variable using dataXML method %>"; strPIE += " "; strPIE += " "; strPIE += " "; strPIE += " "; strPIE += " "; strPIE += " "; strPIE += " "; strPIE += "
728x90
댓글 영역